Robert,

You found it!   it is the phrase slop.  What do I do now?   I am using Solr 
from trunk from December, and all those JIRA tixes are marked fixed …

- Naomi


Solr 1.4:

luceneQueryParser:

URL: q=all_search:"The Beatles as musicians : Revolver through the Anthology"~3
final query:  all_search:"the beatl as musician revolv through the antholog"~3

got result


Solr 3.5

luceneQueryParser:

URL: q=all_search:"The Beatles as musicians : Revolver through the Anthology"~3
final query:  all_search:"the beatl as musician revolv through the antholog"~3

NO result



> lucene QueryParser:
> 
> URL:  q=all_search:"The Beatles as musicians : Revolver through the Anthology"
> final query:  all_search:"the beatl as musician revolv through the antholog"




On Feb 22, 2012, at 7:34 PM, Robert Muir [via Lucene] wrote:

> On Wed, Feb 22, 2012 at 7:35 PM, Naomi Dushay <[hidden email]> wrote: 
> > Jonathan has brought it to my attention that BOTH of my failing searches 
> > happen to have 8 terms, and one of the terms is repeated: 
> > 
> >  "The Beatles as musicians : Revolver through the Anthology" 
> >  "Color-blindness [print/digital]; its dangers and its detection" 
> > 
> > but this is a PHRASE search. 
> > 
> 
> Can you take your same phrase queries, and simply add some slop to 
> them (e.g. ~3) and ensure they still match with the lucene 
> queryparser? SloppyPhraseQuery has a bit of a history with repeats 
> since Lucene 2.9 that you were using. 
> 
> https://issues.apache.org/jira/browse/LUCENE-3068
> https://issues.apache.org/jira/browse/LUCENE-3215
> https://issues.apache.org/jira/browse/LUCENE-3412
> 
> -- 
> lucidimagination.com 
> 
> 
> If you reply to this email, your message will be added to the discussion 
> below:
> http://lucene.472066.n3.nabble.com/result-present-in-Solr-1-4-but-missing-in-Solr-3-5-dismax-only-tp3767851p3768619.html
> To unsubscribe from result present in Solr 1.4, but missing in Solr 3.5, 
> dismax only, click here.
> NAML



--
View this message in context: 
http://lucene.472066.n3.nabble.com/result-present-in-Solr-1-4-but-missing-in-Solr-3-5-dismax-only-tp3767851p3770665.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to