November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
You can use:
var unifiedWeightsResult = search.Client.NewCommand(context => new UnifiedWeightsCommand(context, search.Client.DefaultIndex));
var result = unifiedWeightsResult.Execute();
result.Hits.First().Weights <= this will contain the weights properties
Is there anyway to get the boost value from the Find index?