|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
CharStream | This interface describes a character stream that maintains line and column number positions of the characters. |
QueryParserConstants | Token literal values and constants. |
Class Summary | |
---|---|
FastCharStream | An efficient implementation of JavaCC's CharStream interface. |
MultiFieldQueryParser | A QueryParser which constructs queries to search multiple fields. |
QueryParser | This class is generated by JavaCC. |
QueryParserTestBase | Base Test class for QueryParser subclasses |
QueryParserTestBase.QPTestAnalyzer | Filters LowerCaseTokenizer with QPTestFilter. |
QueryParserTestBase.QPTestFilter | Filter which discards the token 'stop' and which expands the token 'phrase' into 'phrase1 phrase2' |
QueryParserTestBase.QPTestParser | Test QueryParser that does not allow fuzzy or wildcard queries. |
QueryParserTokenManager | Token Manager. |
Token | Describes the input token stream. |
Enum Summary | |
---|---|
QueryParser.Operator | The default operator for parsing queries. |
Exception Summary | |
---|---|
ParseException | This exception is thrown when parse errors are encountered. |
Error Summary | |
---|---|
TokenMgrError | Token Manager Error. |
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.
NOTE: contrib/queryparser has an alternative queryparser that matches the syntax of this one, but is more modular, enabling substantial customization to how a query is created.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |