I don't quite follow the BNF description of the format of QueryParser
query text.  How does it imply where to put the query text?

http://jakarta.apache.org/lucene/docs/api/org/apache/lucene/queryParser/QueryParser.html

 Thus, in BNF, the query grammar is:

   Query  ::= ( Clause )*
   Clause ::= ["+", "-"] [ ":"] ( | "(" Query ")" )
 

A concrete example or two of formatted QueryParser text would go a
long ways towards helping out my confusion.  :)


                             Thanks, Dan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to