Re: Difference between search strings

2014-05-16 Thread Shawn Heisey
On 5/14/2014 7:15 AM, nativecoder wrote: > Can someone please tell me the difference between searching a text in the > following ways > > 1. q=Exact_Word:"samplestring" -> What does it tell to solr ? > > 2. q=samplestring&qf=Exact_Word -> What does it tell to solr ? > > 3. q="samplestring"&qf=

Re: Difference between search strings

2014-05-16 Thread Jack Krupansky
parsing phrase. -- Jack Krupansky -Original Message- From: rio Sent: Wednesday, May 14, 2014 9:58 AM To: solr-user@lucene.apache.org Subject: Difference between search strings Can someone please tell me the difference between searching a text in the following ways 1. q=Exact_Word:"samples

Difference between search strings

2014-05-15 Thread nativecoder
.g If there is "!" mark in the string solr will identify it as a NOT, "!" is part of the string. This issue can be corrected if the full string is enclosed in a "". -- View this message in context: http://lucene.472066.n3.nabble.com/Difference-between-search-strings-tp4135571.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Difference between search strings

2014-05-15 Thread Jack Krupansky
-Original Message- From: nativecoder Sent: Wednesday, May 14, 2014 9:15 AM To: solr-user@lucene.apache.org Subject: Difference between search strings Can someone please tell me the difference between searching a text in the following ways 1. q=Exact_Word:"samplestring" -> What do

Difference between search strings

2014-05-15 Thread rio
.g If there is "!" mark in the string solr will identify it as a NOT, "!" is part of the string. This issue can be corrected if the full string is enclosed in a "". -- View this message in context: http://lucene.472066.n3.nabble.com/Difference-between-search-strings-tp4135576.html Sent from the Solr - User mailing list archive at Nabble.com.