Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Hi,
Please see https://world.episerver.com/documentation/developer-guides/find/NET-Client-API/searching/auto-boosting/ and here is a code example:
searchResult = client.Search<BlogPost>() .For("Banana") .Track() // You need this to track statistics .UsingAutoBoost(TimeSpan.FromDays(14)) .GetResult();
For this to work you also need to enable search statistics tracking to your search.
Hi Guys,
Can anyone expalin about Auto Boosting topic in find,because i understood thearitically, but when i try to implementing programatically i didn't get any referance URL and code. So please can any one help me out of this???
Thanks,
Ramkee.G