Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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