Re: Changing QueryParser operator images

2010-09-28 Thread Ahmet Arslan
> 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 ---

Changing QueryParser operator images

2010-09-28 Thread Itamar Syn-Hershko
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