Re: solr-lucene AND vs "+"

2010-06-03 Thread Ahmet Arslan
> Using solr-lucene query parser, is > there a difference between using "AND" and using "+" in > querries like this: > > 1)   q= some_field:( one AND two AND "some > phrase") > > 2)   q= some_field:(+one +two +"some > phrase") > > Are those always exactly identical in all respects, or are > ther

solr-lucene AND vs "+"

2010-06-03 Thread Jonathan Rochkind
Using solr-lucene query parser, is there a difference between using "AND" and using "+" in querries like this: 1) q= some_field:( one AND two AND "some phrase") 2) q= some_field:(+one +two +"some phrase") Are those always exactly identical in all respects, or are there any differences in