Thumbnail file hits. Based on a patch from D Bera
[beagle.git] / beagled / Lucene.Net / QueryParser / PACKAGE.HTML
blobcfbc0815aa5982ee6363d85351768391cb26d9d3
1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2 <html>
3 <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5    <meta name="Author" content="Doug Cutting">
6 </head>
7 <body>
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.&nbsp; These clutter the documentation.&nbsp;
11 Sorry.
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.
14 </body>
15 </html>