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
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-match-query-which-includes-spaces-and-quotes-

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.

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

2016-01-13 Thread Scott Stults
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 "lucene" > parser > >> or > &

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

2016-01-13 Thread Erick Erickson
gt; >> 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/Ho

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

2016-01-13 Thread Binoy Dalal
No. On Wed, 13 Jan 2016, 16:58 Alok Bhandari wrote: > 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.

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-tp4250402p425040

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

2016-01-13 Thread Binoy Dalal
turn 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-exact-string-match-que

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.