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.
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.
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.