Hi,

The minimum match configured my request handler is 2. My search query
contains two terms, i.e. q=termOne termTwo&defType=edismax.

It means that both termOne and termTwo must be found in a document to be
considered a match. I also have certain fields specified as qf(query fields)
and pf(phrase fields) in the request handler.

Now a document gets a match for termOne in one of the fields defined in the
qf and the phrase "termOne termTwo" gets a match for one of the fields
defined in pf. Even though it gets these matches, the document will not come
in the result as it doesn't satisfy the mm criteria.

Is there any way so that the match in the pf also contributes to the mm and
document shows up in the results?

Thanks.




--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-s-minimum-match-mm-setting-and-phrase-field-pf-match-tp4159852.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to