Hi Taher, Please find and see QueryParser.jj file in the source tree.
You can find all operators such as && || AND OR !. Ahmet On Sunday, May 15, 2016 1:57 PM, Taher Galal <[email protected]> wrote: Hi All, I was just checking the query grammer found in the java docs of the query parser : Query ::= ( Clause )* Clause ::= ["+", "-"] [<TERM> ":"] ( <TERM> | "(" Query ")" ) This is what is available the question lies I can't see any place that shows the operators SUCH as the AND and the OR for example how can they be added? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
