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 <taher.gala...@gmail.com> 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: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org