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
SearchHit<> contains Score property:
var typedQuery = searchClient.Search<PageData>().GetResult(); foreach (SearchHit<PageData> hit in typedQuery.Hits) { var score = hit.Score; }
Is there anyway to get the score of the searchhit when using typed search?