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 preeti kumari <pr...@gmail.com> on 2016/09/23 10:32:22 UTC

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

RE: FAST to SOLR migration

Posted by Garth Grimm <Ga...@averyranchconsulting.com>.
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.bgp21@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