Reputation: 384
My documents have 5 fields, how can I config solr so that: 1)exact matches are on the top 2)indicator that there is exact match on the document additionally, is it possible to know which field the exact match happens?
Thanks.
Upvotes: 0
Views: 371
Reputation: 52809
If you want to boost documents with exact higher than the analyzed ones -
For the Indicator, you probably have to enable highlighting and check if the highlight it returned for the exact field match.
Upvotes: 1