Re: Solr boolean operators

2011-01-13 Thread Xavier SCHEPLER
Ok, thanks. That's what I expected :D > > From: dante stroe > Sent: Thu Jan 13 15:56:33 CET 2011 > To: > Subject: Re: Solr boolean operators > > > To my understanding: in terms of the results that will be matched by your

Re: Solr boolean operators

2011-01-13 Thread dante stroe
To my understanding: in terms of the results that will be matched by your query ... it's the same. In terms of the score of the results no, since, if you are using the first query, the documents that will match both the "a" and the "b" terms, will match higher then the ones matching just the "

Solr boolean operators

2011-01-13 Thread Xavier Schepler
Hi, with the Lucene query syntax, is : a AND (a OR b) equivalent to : a (absorption) ?