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
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?