X-Git-Url: https://git.mdrn.pl/pylucene.git/blobdiff_plain/a2e61f0c04805cfcb8706176758d1283c7e3a55c..aaeed5504b982cf3545252ab528713250aa33eed:/lucene-java-3.5.0/lucene/src/java/org/apache/lucene/queryParser/package.html diff --git a/lucene-java-3.5.0/lucene/src/java/org/apache/lucene/queryParser/package.html b/lucene-java-3.5.0/lucene/src/java/org/apache/lucene/queryParser/package.html new file mode 100644 index 0000000..d4017aa --- /dev/null +++ b/lucene-java-3.5.0/lucene/src/java/org/apache/lucene/queryParser/package.html @@ -0,0 +1,35 @@ + + + + + + + + +A simple query parser implemented with JavaCC. +

Note that JavaCC defines lots of public classes, methods and fields +that do not need to be public.  These clutter the documentation.  +Sorry. +

Note that because JavaCC defines a class named Token, org.apache.lucene.analysis.Token +must always be fully qualified in source code in this package. + +

NOTE: contrib/queryparser has an alternative queryparser that matches the syntax of this one, but is more modular, +enabling substantial customization to how a query is created. + + +