| AllowLeadingWildcardProcessor |
|
| AnalyzerQueryNodeProcessor |
|
| BooleanQuery2ModifierNodeProcessor |
|
| BooleanSingleChildOptimizationQueryNodeProcessor |
This processor removes every BooleanQueryNode that contains only one
child and returns this child.
|
| BoostQueryNodeProcessor |
|
| DefaultPhraseSlopQueryNodeProcessor |
|
| FuzzyQueryNodeProcessor |
|
| GroupQueryNodeProcessor |
Deprecated
|
| LowercaseExpandedTermsQueryNodeProcessor |
|
| MatchAllDocsQueryNodeProcessor |
|
| MultiFieldQueryNodeProcessor |
This processor is used to expand terms so the query looks for the same term
in different fields.
|
| MultiTermRewriteMethodProcessor |
|
| NumericQueryNodeProcessor |
|
| NumericRangeQueryNodeProcessor |
|
| OpenRangeQueryNodeProcessor |
|
| PhraseSlopQueryNodeProcessor |
This processor removes invalid SlopQueryNode objects in the query
node tree.
|
| RemoveEmptyNonLeafQueryNodeProcessor |
This processor removes every QueryNode that is not a leaf and has not
children.
|
| StandardQueryNodeProcessorPipeline |
This pipeline has all the processors needed to process a query node tree,
generated by StandardSyntaxParser, already assembled.
|
| TermRangeQueryNodeProcessor |
|
| WildcardQueryNodeProcessor |
|