Mailing List Archive

Query Parser Syntax documentation now available
Lucene supports creating your own query syntax, but also provides a default
QueryParser implementation using JavaCC to parse query strings into Lucene
Query objects.

In hopes to provide some better understanding, there is now a Query Parser
Syntax document available which describes the features of this
implementation and some examples.

http://jakarta.apache.org/lucene/docs/queryparsersyntax.html

It is also located in the resources menu on the Lucene web site.

I hope this proves helpful.

--Peter


--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>