| Name | Description | Type | Package | Framework |
| AbstractRangeQueryNode | This class should be extended by nodes intending to represent range queries. | Class | org.apache.lucene.queryparser.flexible.standard.nodes | Apache Lucene |
|
| AllowLeadingWildcardProcessor | This processor verifies if StandardQueryConfigHandler. | Class | org.apache.lucene.queryparser.flexible.standard.processors | Apache Lucene |
|
| AnalyzerQueryNodeProcessor | This processor verifies if StandardQueryConfigHandler. | Class | org.apache.lucene.queryparser.flexible.standard.processors | Apache Lucene |
|
| AnyQueryNodeBuilder | Builds a BooleanQuery of SHOULD clauses, possibly with some minimum number to match. | Class | org.apache.lucene.queryparser.flexible.standard.builders | Apache Lucene |
|
| BooleanModifierNode | A BooleanModifierNode has the same behaviour as ModifierQueryNode, it only indicates that this modifier was added by | Class | org.apache.lucene.queryparser.flexible.standard.nodes | Apache Lucene |
|
| BooleanQuery2ModifierNodeProcessor | This processor is used to apply the correct ModifierQueryNode to BooleanQueryNodes children. | Class | org.apache.lucene.queryparser.flexible.standard.processors | Apache Lucene |
|
| BooleanQueryNodeBuilder | Builds a BooleanQuery object from a BooleanQueryNode object. | Class | org.apache.lucene.queryparser.flexible.standard.builders | Apache Lucene |
|
| BooleanSingleChildOptimizationQueryNodeProcessor | This processor removes every BooleanQueryNode that contains only one child and returns this child. | Class | org.apache.lucene.queryparser.flexible.standard.processors | Apache Lucene |
|
| BoostQueryNodeBuilder | This builder basically reads the Query object set on the BoostQueryNode child using | Class | org.apache.lucene.queryparser.flexible.standard.builders | Apache Lucene |
|
| BoostQueryNodeProcessor | This processor iterates the query node tree looking for every FieldableNode that has StandardQueryConfigHandler. | Class | org.apache.lucene.queryparser.flexible.standard.processors | Apache Lucene |
|
| CharStream | This interface describes a character stream that maintains line and column number positions of the characters. | Interface | org.apache.lucene.queryparser.flexible.standard.parser | Apache Lucene |
|
| CommonQueryParserConfiguration | Configuration options common across queryparser implementations. | Interface | org.apache.lucene.queryparser.flexible.standard | Apache Lucene |
|
| DefaultPhraseSlopQueryNodeProcessor | This processor verifies if StandardQueryConfigHandler. | Class | org.apache.lucene.queryparser.flexible.standard.processors | Apache Lucene |
|
| DummyQueryNodeBuilder | This builder does nothing. | Class | org.apache.lucene.queryparser.flexible.standard.builders | Apache Lucene |
|
| EscapeQuerySyntaxImpl | | Class | org.apache.lucene.queryparser.flexible.standard.parser | Apache Lucene |
|
| FastCharStream | An efficient implementation of JavaCC's CharStream interface. | Class | org.apache.lucene.queryparser.flexible.standard.parser | Apache Lucene |
|
| FieldBoostMapFCListener | This listener listens for every field configuration request and assign a StandardQueryConfigHandler. | Class | org.apache.lucene.queryparser.flexible.standard.config | Apache Lucene |
|
| FieldDateResolutionFCListener | This listener listens for every field configuration request and assign a StandardQueryConfigHandler. | Class | org.apache.lucene.queryparser.flexible.standard.config | Apache Lucene |
|
| FieldQueryNodeBuilder | Builds a TermQuery object from a FieldQueryNode object. | Class | org.apache.lucene.queryparser.flexible.standard.builders | Apache Lucene |
|
| FuzzyConfig | | Class | org.apache.lucene.queryparser.flexible.standard.config | Apache Lucene |
|
| FuzzyQueryNodeBuilder | Builds a FuzzyQuery object from a FuzzyQueryNode object. | Class | org.apache.lucene.queryparser.flexible.standard.builders | Apache Lucene |
|
| FuzzyQueryNodeProcessor | This processor iterates the query node tree looking for every FuzzyQueryNode, when this kind of node is found, it checks on the | Class | org.apache.lucene.queryparser.flexible.standard.processors | Apache Lucene |
|
| GroupQueryNodeBuilder | Builds no object, it only returns the Query object set on the GroupQueryNode object using a | Class | org.apache.lucene.queryparser.flexible.standard.builders | Apache Lucene |
|
| GroupQueryNodeProcessor | generates query node trees that consider the boolean operator precedence, but Lucene current syntax does not support boolean precedence, so this processor | Class | org.apache.lucene.queryparser.flexible.standard.processors | Apache Lucene |
|
| LowercaseExpandedTermsQueryNodeProcessor | This processor verifies if StandardQueryConfigHandler. | Class | org.apache.lucene.queryparser.flexible.standard.processors | Apache Lucene |
|
| MatchAllDocsQueryNodeBuilder | Builds a MatchAllDocsQuery object from a MatchAllDocsQueryNode object. | Class | org.apache.lucene.queryparser.flexible.standard.builders | Apache Lucene |
|
| MatchAllDocsQueryNodeProcessor | This processor converts every WildcardQueryNode that is *:* to MatchAllDocsQueryNode. | Class | org.apache.lucene.queryparser.flexible.standard.processors | Apache Lucene |
|
| MatchNoDocsQueryNodeBuilder | Builds a MatchNoDocsQuery object from a MatchNoDocsQueryNode object. | Class | org.apache.lucene.queryparser.flexible.standard.builders | Apache Lucene |
|
| ModifierQueryNodeBuilder | Builds no object, it only returns the Query object set on the ModifierQueryNode object using a | Class | org.apache.lucene.queryparser.flexible.standard.builders | Apache Lucene |
|
| MultiFieldQueryNodeProcessor | This processor is used to expand terms so the query looks for the same term in different fields. | Class | org.apache.lucene.queryparser.flexible.standard.processors | Apache Lucene |
|
| MultiPhraseQueryNode | A MultiPhraseQueryNode indicates that its children should be used to build a MultiPhraseQuery instead of PhraseQuery. | Class | org.apache.lucene.queryparser.flexible.standard.nodes | Apache Lucene |
|
| MultiPhraseQueryNodeBuilder | | Class | org.apache.lucene.queryparser.flexible.standard.builders | Apache Lucene |
|
| MultiTermRewriteMethodProcessor | This processor instates the default MultiTermQuery. | Class | org.apache.lucene.queryparser.flexible.standard.processors | Apache Lucene |
|
| NumberDateFormat | This Format parses Long into date strings and vice-versa. | Class | org.apache.lucene.queryparser.flexible.standard.config | Apache Lucene |
|
| NumericConfig | This class holds the configuration used to parse numeric queries and create NumericRangeQuerys. | Class | org.apache.lucene.queryparser.flexible.standard.config | Apache Lucene |
|
| NumericFieldConfigListener | This listener is used to listen to FieldConfig requests in QueryConfigHandler and add StandardQueryConfigHandler. | Class | org.apache.lucene.queryparser.flexible.standard.config | Apache Lucene |
|
| NumericQueryNode | This query node represents a field query that holds a numeric value. | Class | org.apache.lucene.queryparser.flexible.standard.nodes | Apache Lucene |
|
| NumericQueryNodeProcessor | This processor is used to convert FieldQueryNodes to NumericRangeQueryNodes. | Class | org.apache.lucene.queryparser.flexible.standard.processors | Apache Lucene |
|
| NumericRangeQueryNode | This query node represents a range query composed by NumericQueryNode bounds, which means the bound values are Numbers. | Class | org.apache.lucene.queryparser.flexible.standard.nodes | Apache Lucene |
|
| NumericRangeQueryNodeBuilder | Builds NumericRangeQuerys out of NumericRangeQueryNodes. | Class | org.apache.lucene.queryparser.flexible.standard.builders | Apache Lucene |
|
| NumericRangeQueryNodeProcessor | This processor is used to convert TermRangeQueryNodes to NumericRangeQueryNodes. | Class | org.apache.lucene.queryparser.flexible.standard.processors | Apache Lucene |
|
| OpenRangeQueryNodeProcessor | Processes TermRangeQuerys with open ranges. | Class | org.apache.lucene.queryparser.flexible.standard.processors | Apache Lucene |
|
| ParseException | This exception is thrown when parse errors are encountered. | Class | org.apache.lucene.queryparser.flexible.standard.parser | Apache Lucene |
|
| PhraseQueryNodeBuilder | | Class | org.apache.lucene.queryparser.flexible.standard.builders | Apache Lucene |
|
| PhraseSlopQueryNodeProcessor | This processor removes invalid SlopQueryNode objects in the query node tree. | Class | org.apache.lucene.queryparser.flexible.standard.processors | Apache Lucene |
|
| PrefixWildcardQueryNode | A PrefixWildcardQueryNode represents wildcardquery that matches abc* or *. | Class | org.apache.lucene.queryparser.flexible.standard.nodes | Apache Lucene |
|
| PrefixWildcardQueryNodeBuilder | | Class | org.apache.lucene.queryparser.flexible.standard.builders | Apache Lucene |
|
| QueryParserUtil | | Class | org.apache.lucene.queryparser.flexible.standard | Apache Lucene |
|
| RegexpQueryNodeBuilder | Builds a RegexpQuery object from a RegexpQueryNode object. | Class | org.apache.lucene.queryparser.flexible.standard.builders | Apache Lucene |
|
| RemoveEmptyNonLeafQueryNodeProcessor | This processor removes every QueryNode that is not a leaf and has not children. | Class | org.apache.lucene.queryparser.flexible.standard.processors | Apache Lucene |
|
| SlopQueryNodeBuilder | This builder basically reads the Query object set on the SlopQueryNode child using | Class | org.apache.lucene.queryparser.flexible.standard.builders | Apache Lucene |
|
| StandardBooleanQueryNode | A StandardBooleanQueryNode has the same behavior as BooleanQueryNode. | Class | org.apache.lucene.queryparser.flexible.standard.nodes | Apache Lucene |
|
| StandardBooleanQueryNodeBuilder | This builder does the same as the BooleanQueryNodeBuilder, but this considers if the built BooleanQuery should have its coord disabled or | Class | org.apache.lucene.queryparser.flexible.standard.builders | Apache Lucene |
|
| StandardQueryBuilder | This interface should be implemented by every class that wants to build Query objects from QueryNode objects. | Interface | org.apache.lucene.queryparser.flexible.standard.builders | Apache Lucene |
|
| StandardQueryConfigHandler | This query configuration handler is used for almost every processor defined in the StandardQueryNodeProcessorPipeline processor pipeline. | Class | org.apache.lucene.queryparser.flexible.standard.config | Apache Lucene |
|
| StandardQueryConfigHandler .ConfigurationKeys | | Class | org.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandler | Apache Lucene |
|
| StandardQueryConfigHandler .Operator | | Class | org.apache.lucene.queryparser.flexible.standard.config.StandardQueryConfigHandler | Apache Lucene |
|
| StandardQueryNodeProcessorPipeline | This pipeline has all the processors needed to process a query node tree, generated by StandardSyntaxParser, already assembled. | Class | org.apache.lucene.queryparser.flexible.standard.processors | Apache Lucene |
|
| StandardQueryParser | This class is a helper that enables users to easily use the Lucene query To construct a Query object from a query string, use the | Class | org.apache.lucene.queryparser.flexible.standard | Apache Lucene |
|
| StandardQueryTreeBuilder | This query tree builder only defines the necessary map to build a Query tree object. | Class | org.apache.lucene.queryparser.flexible.standard.builders | Apache Lucene |
|
| StandardSyntaxParser | | Class | org.apache.lucene.queryparser.flexible.standard.parser | Apache Lucene |
|
| StandardSyntaxParserConstants | Token literal values and constants. | Interface | org.apache.lucene.queryparser.flexible.standard.parser | Apache Lucene |
|
| StandardSyntaxParserTokenManager | | Class | org.apache.lucene.queryparser.flexible.standard.parser | Apache Lucene |
|
| TermRangeQueryNode | This query node represents a range query composed by FieldQueryNode bounds, which means the bound values are strings. | Class | org.apache.lucene.queryparser.flexible.standard.nodes | Apache Lucene |
|
| TermRangeQueryNodeBuilder | | Class | org.apache.lucene.queryparser.flexible.standard.builders | Apache Lucene |
|
| TermRangeQueryNodeProcessor | This processors process TermRangeQueryNodes. | Class | org.apache.lucene.queryparser.flexible.standard.processors | Apache Lucene |
|
| Token | Describes the input token stream. | Class | org.apache.lucene.queryparser.flexible.standard.parser | Apache Lucene |
|
| TokenMgrError | Token Manager Error. | Class | org.apache.lucene.queryparser.flexible.standard.parser | Apache Lucene |
|
| WildcardQueryNode | A WildcardQueryNode represents wildcard query This does not apply to phrases. | Class | org.apache.lucene.queryparser.flexible.standard.nodes | Apache Lucene |
|
| WildcardQueryNodeBuilder | | Class | org.apache.lucene.queryparser.flexible.standard.builders | Apache Lucene |
|
| WildcardQueryNodeProcessor | The StandardSyntaxParser creates PrefixWildcardQueryNode nodes which have values containing the prefixed wildcard. | Class | org.apache.lucene.queryparser.flexible.standard.processors | Apache Lucene |