Re: Boost query with phrase slop

2021-11-09 Thread Alessandro Benedetti
You could use the dismax (or edismax) query parser along with the phrase boosting parameters: 1) https://solr.apache.org/guide/8_10/the-dismax-query-parser.html#pf-phrase-fields-parameter 2) https://solr.apache.org/guide/8_10/the-dismax-query-parser.html#ps-phrase-slop-parameter Using the defaul

RE: Boost query with phrase slop

2021-11-01 Thread Thamizhazhagan B
Hi, To achieve the below requirement, thought to use "Shingle filter". Can you please correct if I am wrong. User input: solr query analysis Results : (in same order) - exact match at top following by partial match then by individual words Solr query analysis is the best practice solr query