Does Lucene support the XOR operator?

2004-12-08 Thread jjkarm
Does Lucene support the XOR operator? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Does Lucene support the XOR operator?

2004-12-08 Thread Erik Hatcher
On Dec 8, 2004, at 2:05 PM, [EMAIL PROTECTED] wrote: Does Lucene support the XOR operator? XOR is not a built-in operation. However in a few lines of code (a custom subclass of BooleanQuery) I was able to implement it. I built this functionality under contract and I'm still working out