1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 <meta name="Author" content="Doug Cutting">
8 A simple query parser implemented with JavaCC.
9 <p>Note that JavaCC defines lots of public, classes, methods and fields
10 that do not need to be public. These clutter the documentation.
12 <p>Note that because JavaCC defines a class named <tt>Token</tt>, <tt>org.apache.lucene.analysis.Token</tt>
13 must always be fully qualified in sourced code in this package.