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?

Reply via email to