: Subject: What is the difference between the "AND" and "+" operator?
In this query, "y" is mandatory, but documents that also match "x" will
score higher then documents that only match "y"...
x +y
In both of these queries, "x" and "y" are both mandatory; a document only
matching one of them will not match the query...
+x +y
x AND y
-Hoss
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]