Re: Phrase Query Issue

2009-12-01 Thread Erick Erickson
rFactory filter. > > Both are copied using copy field. > > > > But as text type is having a SnowballPorterFilterFactory filter it stores > tests as test.So always if I search for "test" tests also will come in my > search result. > Please tell me a way to avoid it. > > Thanks > Ravichandra > -- > View this message in context: > http://old.nabble.com/Phrase-Query-Issue-tp22863529p26586788.html > Sent from the Solr - User mailing list archive at Nabble.com. > >

Re: Phrase Query Issue

2009-11-30 Thread ravicv
s having a SnowballPorterFilterFactory filter it stores tests as test.So always if I search for "test" tests also will come in my search result. Please tell me a way to avoid it. Thanks Ravichandra -- View this message in context: http://old.nabble.com/Phrase-Query-Issue-tp22863529p2658678

Re: Phrase Query Issue

2009-11-30 Thread Erick Erickson
ignoreCase="true" >words="stopwords.txt" >enablePositionIncrements="true" >/> > generateWordParts="0" generateNumberParts="0" catenateWords="1" > catenateNumbers=&q

Re: Phrase Query Issue

2009-11-30 Thread ravicv
solr-user@lucene.apache.org >> Sent: Saturday, April 4, 2009 8:33:46 PM >> Subject: Re: Phrase Query Issue >> >> >> On Apr 4, 2009, at 1:25 AM, dabboo wrote: >> >> > >> > Erik, >> > >> > Thanks a lot for your reply.

Strange Phrase Query Issue with Dismax

2009-05-21 Thread dabboo
e.com/Strange-Phrase-Query-Issue-with-Dismax-tp23650114p23650114.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Phrase Query Issue

2009-04-16 Thread Otis Gospodnetic
Let me second this. People ask for this pretty often. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Erik Hatcher > To: solr-user@lucene.apache.org > Sent: Saturday, April 4, 2009 8:33:46 PM > Subject: Re: Phrase Query Issu

Re: Phrase Query Issue

2009-04-04 Thread Erik Hatcher
On Apr 4, 2009, at 1:25 AM, dabboo wrote: Erik, Thanks a lot for your reply. I have made some changes in the solr code and now field clauses are working fine with dismax request. Not only this, wildcard characters are also working with dismax and q query parameter. If you want I can sh

Re: Phrase Query Issue

2009-04-03 Thread dabboo
t doesnt shows the right values. >> >> Instead it creates the query like: >> >> isbn13_product_s:\"Glorious Revolution\" >> >> Please suggest how I should tackle this. If I give the phrase search >> in my >> solr console, it returns me the

Re: Phrase Query Issue

2009-04-03 Thread Erik Hatcher
rch in my solr console, it returns me the correct results. Thanks, Amit Garg -- View this message in context: http://www.nabble.com/Phrase-Query-Issue-tp22863529p22863529.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Phrase Query Issue

2009-04-03 Thread Nicolas
Maybe you can have to escape quotes with the % folowed by the exa code of the quote like is done by the php urlencode fonction. "Returns a string in which all non-alphanumeric characters except /-_./ have been replaced with a percent (/%/) sign followed by two hex digits and spaces encoded as

Re: Phrase Query Issue

2009-04-03 Thread Shalin Shekhar Mangar
On Fri, Apr 3, 2009 at 1:11 PM, dabboo wrote: > > I am passing this to my solr search engine using httpclient. But it is > thrwoing me Invaild Query exception. > I suggest that you use the Solrj client. It will save a you a lot of effort. http://wiki.apache.org/solr/Solrj -- Regards, Shalin S

Phrase Query Issue

2009-04-03 Thread dabboo
ution\" Please suggest how I should tackle this. If I give the phrase search in my solr console, it returns me the correct results. Thanks, Amit Garg -- View this message in context: http://www.nabble.com/Phrase-Query-Issue-tp22863529p22863529.html Sent from the Solr - User mailing list archive at Nabble.com.