Re: Help in resolving the below retrieval issue

2013-09-12 Thread Jack Krupansky
-Original Message- From: Prathik Puthran Sent: Thursday, September 12, 2013 7:01 AM To: solr-user@lucene.apache.org Subject: Re: Help in resolving the below retrieval issue Hi, I am also seeing this issue when the search query is something like "how are you?" (Quotes for cla

Re: Help in resolving the below retrieval issue

2013-09-12 Thread Prathik Puthran
no query > parser option to disable the hyphen as an exlusion operator, although an > upgrade to a "modern" Solr should fix the problem. > > > -- Jack Krupansky > > -Original Message- From: Prathik Puthran > Sent: Tuesday, September 10, 2013 4:13 PM > To

Re: Help in resolving the below retrieval issue

2013-09-10 Thread Prathik Puthran
ge- From: Prathik Puthran > Sent: Tuesday, September 10, 2013 11:47 AM > To: d...@lucene.apache.org ; solr-user@lucene.apache.org > Subject: Re: Help in resolving the below retrieval issue > > > Thanks Erick for the response. > I tried to debug the query. Below is the respon

Re: Help in resolving the below retrieval issue

2013-09-10 Thread Jack Krupansky
blem. -- Jack Krupansky -Original Message- From: Prathik Puthran Sent: Tuesday, September 10, 2013 4:13 PM To: solr-user@lucene.apache.org Subject: Re: Help in resolving the below retrieval issue I'm using Solr 3.4. This bug is causing the 2nd term i.e. "kumar" to be treated

Re: Help in resolving the below retrieval issue

2013-09-10 Thread Jack Krupansky
Help in resolving the below retrieval issue Thanks Erick for the response. I tried to debug the query. Below is the response in the debug node Rahul - kumarRahul - kumar+text:Rahul -text:kumar+text:Rahul -text:kumarLuceneQParserRahul - kumar+text:rahul -text:kumar Does it mean the query parse

Re: Help in resolving the below retrieval issue

2013-09-10 Thread Prathik Puthran
Thanks Erick for the response. I tried to debug the query. Below is the response in the debug node Rahul - kumarRahul - kumar+text:Rahul -text:kumar+text:Rahul -text:kumarLuceneQParserRahul - kumar+text:rahul -text:kumar Does it mean the query parser has parsed it to tokens "Rahul -" and "kumar"

Help in resolving the below retrieval issue

2013-09-10 Thread Prathik Puthran
Hi, I am facing the below issue where in Solr is not retrieving the indexed word for some cases. This happens whenever the indexed word has string " - " (quotes for clarity) as substring i.e word prefix followed by a space which is followed by '-' again followed by a space and followed by the res