Re: Query Grammar

2016-05-16 Thread Ahmet Arslan
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 wrote: Hi All, I was just checking the query grammer found in the java docs of the query parser : Query ::= ( Clause )

Query Grammar

2016-05-15 Thread Taher Galal
Hi All, I was just checking the query grammer found in the java docs of the query parser : Query ::= ( Clause )* Clause ::= ["+", "-"] [ ":"] ( | "(" 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