> How can this be done, if at all? has anyone ever did
> something like this?
I did it by modifying QueryParser.jj and regenerating corresponding java files.
But it is better to use (teach users) + - universal operators.
http://wiki.apache.org/lucene-java/BooleanQuerySyntax
---
Hi all,
I'm trying to customize the "AND", "OR" and "NOT" operators being used
by the QP, without changing anything in the core. I noticed a previous
attempt, but it seems to have died quietly a few years ago [1].
Unfortunately, even changing the hardcoded values seems impossible, as
they