November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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?