> Can you send me the updated syntac of the QueryParser so I can update
> the FAQ:
   Query  ::= Clause ( [ Conjunction ] Clause )*
   Conjunction = AND | OR | && | || 
                 (note AND and OR must be uppercase)
   Clause ::= [ Modifier ] [FieldName ":"] ( Term | "(" Query ")" ) [ Boost ]
   Modifer ::= - | + | ! | NOT
   Term = Word | QuotedString
   Boost = ^nn.nn       
           (there must be a digit both preceding and succeeding the .)

field names and words can contain letters, numbers, and some punctuation
(+, =, -, ., etc) but must begin with a letter.  

_______________________________________________
Lucene-dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/lucene-dev

Reply via email to