On 8/16/06, Fernando Mato Mira <[EMAIL PROTECTED]> wrote:
How would one do a XOR query with Lucene?
There's not a specific XOR operation, but you shouldbe able to make it out of AND, OR, and NOT. +(A B) -(+A +B) -Yonik http://incubator.apache.org/solr Solr, the open-source Lucene search server
