Have you evaluated whether the "mm" parameter might help? https://cwiki.apache.org/confluence/display/solr/The+DisMax+Query+Parser#TheDisMaxQueryParser-Themm(MinimumShouldMatch)Parameter
-----Original Message----- From: preeti kumari [mailto:preeti.bg...@gmail.com] Sent: Friday, September 23, 2016 5:32 AM To: solr-user@lucene.apache.org Subject: FAST to SOLR migration Hi All, I am trying to migrate FAST esp to SOLR search engine. I am trying to implement mode="ONEAR" from FAST in solr. Please let me know if anyone has any idea about this. ngram:string("750 500 000 000 000 000",mode="ONEAR") In solr we are splitting to split field in "750 500 000 000 000 000" but it gives me matches even if one of the term matches eg: match with ngram as 750. This results in lots of irrelevant matches. I need matches where atleast 3 terms from ngram matches. Thanks Preeti