0

Is there a way the facets in Azure Search can be ordered by the highest scored document in each facet. The default approach is ordered by number of documents in each facet which not as useful when match accuracy is critical. I understand the 'sort' is within the facet- not across facets.

I am hoping that this will help solve the following need in an indirect way Azure Search- replicating result of nested SQL query

user7995357
  • 151
  • 10

1 Answers1

1

Currently Azure Search only supports sorting facets by document count or value, not by document score. Feel free to suggest this as a new feature on User Voice

Bruce Johnston
  • 8,344
  • 3
  • 32
  • 42