Shows different result with using 'and' and 'AND'

2013-07-25 Thread Payal.Mulani
Hi,

I am using solr14 and when I search with 'and' the it searches the documents
containing 'and' as a text but If I am searching with 'AND' word then it
will not search 'and'  as a text and taking as a logical operator so any one
have idea that why this both makes difference.
Also both giving different result..

Please if any one know let me know..

Thanks.




--
View this message in context: 
http://lucene.472066.n3.nabble.com/Shows-different-result-with-using-and-and-AND-tp4080280.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: Shows different result with using 'and' and 'AND'

2013-07-30 Thread Payal.Mulani
Hi Raymond Wiker,

When we search like this 
 
1) tag:”test” works  

2) tag:”TEST” works

3) tag:”test” && tag:”other” works to find items with both tags

4) tag:”TEST” && tag:”other” *doesn’t work.*

Either 2 should fail with true case sensitivity or 4 should work (as the
combination of two valid criteria), 

My question is that why 2 works perfect & 4 doesn't work..
Please give me proper answer with depth because our lot more client have
confusion for this question.

Thanks.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Shows-different-result-with-using-and-and-AND-tp4080280p4081221.html
Sent from the Solr - User mailing list archive at Nabble.com.