Package com.lucene.queryParser

A simple query parser implemented with JavaCC.

See:
          Description

Interface Summary
QueryParserConstants  
 

Class Summary
ASCII_CharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
QueryParser This class is generated by JavaCC.
QueryParserTokenManager  
Token Describes the input token stream.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError  
 

Package com.lucene.queryParser Description

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, com.lucene.analysis.Token must always be fully qualified in sourced code in this package.