Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
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