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
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
"
Hi,
with the Lucene query syntax, is :
a AND (a OR b)
equivalent to :
a
(absorption)
?