class |
AllowLeadingWildcardProcessor |
|
class |
AnalyzerQueryNodeProcessor |
|
class |
BooleanSingleChildOptimizationQueryNodeProcessor |
This processor removes every BooleanQueryNode that contains only one
child and returns this child.
|
class |
BoostQueryNodeProcessor |
|
class |
DefaultPhraseSlopQueryNodeProcessor |
|
class |
FuzzyQueryNodeProcessor |
|
class |
LowercaseExpandedTermsQueryNodeProcessor |
|
class |
MatchAllDocsQueryNodeProcessor |
|
class |
MultiFieldQueryNodeProcessor |
This processor is used to expand terms so the query looks for the same term
in different fields.
|
class |
MultiTermRewriteMethodProcessor |
|
class |
NumericQueryNodeProcessor |
|
class |
NumericRangeQueryNodeProcessor |
|
class |
ParametricRangeQueryNodeProcessor |
|
class |
PhraseSlopQueryNodeProcessor |
This processor removes invalid SlopQueryNode objects in the query
node tree.
|
class |
RemoveEmptyNonLeafQueryNodeProcessor |
This processor removes every QueryNode that is not a leaf and has not
children.
|
class |
WildcardQueryNodeProcessor |
|