Package org.apache.lucene.queryParser

A simple query parser implemented with JavaCC.

Interface Summary

CharStream This interface describes a character stream that maintains line and column number positions of the characters.
QueryParserConstants

Class Summary

FastCharStreamAn efficient implementation of JavaCC's CharStream interface.
MultiFieldQueryParser A QueryParser which constructs queries to search multiple fields.
ParseException This exception is thrown when parse errors are encountered.
QueryParser This class is generated by JavaCC.
QueryParser.OperatorThe default operator for parsing queries.
QueryParserTokenManager
Token Describes the input token stream.
TokenMgrError
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.


Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.