Package org.apache.lucene.queryParser.precedence

QueryParser designed to handle operator precedence in a more sensible fashion than the default QueryParser.

See:
          Description

Interface Summary
CharStream This interface describes a character stream that maintains line and column number positions of the characters.
PrecedenceQueryParserConstants Token literal values and constants.
 

Class Summary
FastCharStream An efficient implementation of JavaCC's CharStream interface.
PrecedenceQueryParser Experimental query parser variant designed to handle operator precedence in a more sensible fashion than QueryParser.
PrecedenceQueryParserTokenManager Token Manager.
Token Describes the input token stream.
 

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

Error Summary
TokenMgrError Token Manager Error.
 

Package org.apache.lucene.queryParser.precedence Description

QueryParser designed to handle operator precedence in a more sensible fashion than the default QueryParser.



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