I need to allow users to sort results by popularity. Is there any built in functionality to order by popularity using search statistics or do we have to populate an indexable property/method to facilitate this?
Look into Auto Boosting: http://world.episerver.com/documentation/Items/Developers-Guide/EPiServer-Find/11/DotNET-Client-API/Searching/auto-boosting/
Works great! Thanks!
I need to allow users to sort results by popularity. Is there any built in functionality to order by popularity using search statistics or do we have to populate an indexable property/method to facilitate this?