Re: How to achieve exact string match query which includes spaces and quotes

2016-01-22 Thread Alok Bhandari
g ClientUtils to make exact search work. So I found just replacing " with \" does the trick for me. Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-achieve-exact-string-match-query-which-includes-spaces-and-quotes-tp4250402p4252522.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to achieve exact string match query which includes spaces and quotes

2016-01-21 Thread Binoy Dalal
e for a week. > > ClientUtils.escapeQueryChars method from solrj client should be used? or > you think its better to escape only quote " character. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/How-to-achieve-exact-string-

Re: How to achieve exact string match query which includes spaces and quotes

2016-01-21 Thread Alok Bhandari
m/How-to-achieve-exact-string-match-query-which-includes-spaces-and-quotes-tp4250402p4252217.html Sent from the Solr - User mailing list archive at Nabble.com.

How to achieve exact string match query which includes spaces and quotes

2016-01-13 Thread Alok Bhandari
uld return me only DOC-1 when I query for 'abc ".. I am " not ? test' and it should return me only DOC-2 if I query for 'abc"...'. Please let me know how I can achieve this , which defType I should use. Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com

Re: How to achieve exact string match query which includes spaces and quotes

2016-01-13 Thread Binoy Dalal
.. I am " not ? test' and it should return me only DOC-2 if I query for > 'abc"...'. > > Please let me know how I can achieve this , which defType I should use. > > Thanks. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/How-to-achieve-

Re: How to achieve exact string match query which includes spaces and quotes

2016-01-13 Thread Binoy Dalal
age in context: > http://lucene.472066.n3.nabble.com/How-to-achieve-exact-string-match-query-which-includes-spaces-and-quotes-tp4250402p4250405.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Regards, Binoy Dalal

Re: How to achieve exact string match query which includes spaces and quotes

2016-01-13 Thread Alok Bhandari
Hi Binoy thanks. But does it matter which query-parser I use , shall I use "lucene" parser or "edismax" parser. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-achieve-exact-string-match-query-which-includes-spaces-and-quotes-tp4250402p42

Re: How to achieve exact string match query which includes spaces and quotes

2016-01-13 Thread Scott Stults
..@gmail.com> > wrote: > > No. > > > > On Wed, 13 Jan 2016, 16:58 Alok Bhandari < > alokomprakashbhand...@gmail.com> > > wrote: > > > >> Hi Binoy thanks. > >> > >> But does it matter which query-parser I use , shall I use "l

Re: How to achieve exact string match query which includes spaces and quotes

2016-01-13 Thread Erick Erickson
dari <alokomprakashbhand...@gmail.com> > wrote: > >> Hi Binoy thanks. >> >> But does it matter which query-parser I use , shall I use "lucene" parser >> or >> "edismax" parser. >> >> >> >> -- >> View this m