git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150048 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2003-09-20 14:03:54 +00:00
parent e68cad284e
commit 90534ff460
2 changed files with 4 additions and 4 deletions

View File

@ -6,10 +6,10 @@
</head> </head>
<body> <body>
A grammar-based tokenizer constructed with JavaCC. A grammar-based tokenizer constructed with JavaCC.
<p>Note that JavaCC defines lots of public, classes, methods and fields <p>Note that JavaCC defines lots of public classes, methods and fields
that do not need to be public.&nbsp; These clutter the documentation.&nbsp; that do not need to be public.&nbsp; These clutter the documentation.&nbsp;
Sorry. Sorry.
<p>Note that because JavaCC defines a class named <tt>Token</tt>, <tt>org.apache.lucene.analysis.Token</tt> <p>Note that because JavaCC defines a class named <tt>Token</tt>, <tt>org.apache.lucene.analysis.Token</tt>
must always be fully qualified in sourced code in this package. must always be fully qualified in source code in this package.
</body> </body>
</html> </html>

View File

@ -6,10 +6,10 @@
</head> </head>
<body> <body>
A simple query parser implemented with JavaCC. A simple query parser implemented with JavaCC.
<p>Note that JavaCC defines lots of public, classes, methods and fields <p>Note that JavaCC defines lots of public classes, methods and fields
that do not need to be public.&nbsp; These clutter the documentation.&nbsp; that do not need to be public.&nbsp; These clutter the documentation.&nbsp;
Sorry. Sorry.
<p>Note that because JavaCC defines a class named <tt>Token</tt>, <tt>org.apache.lucene.analysis.Token</tt> <p>Note that because JavaCC defines a class named <tt>Token</tt>, <tt>org.apache.lucene.analysis.Token</tt>
must always be fully qualified in sourced code in this package. must always be fully qualified in source code in this package.
</body> </body>
</html> </html>