A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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?