You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Nilesh Kamani <ni...@gmail.com> on 2017/02/28 17:28:49 UTC

Need to modify boolean AND search

Hello All,

I want to modify a boolean AND search.
Just to give an example.
If somebody searches for +A +B +C, but if there is no document which
contains all three phrases, it should return the least +A +B or +A +C.
Could you please tell me which classes will I need to modify for this ?


Thanks,
Nilesh Kamani