Uses of Enum Class
org.apache.lucene.queryparser.flexible.core.nodes.ModifierQueryNode.Modifier
Packages that use ModifierQueryNode.Modifier
Package
Description
Query nodes commonly used by query parser implementations.
Lucene Precedence Query Parser Processors
Standard Lucene Query Nodes.
Lucene Query Node Processors.
-
Uses of ModifierQueryNode.Modifier in org.apache.lucene.queryparser.flexible.core.nodes
Fields in org.apache.lucene.queryparser.flexible.core.nodes declared as ModifierQueryNode.ModifierMethods in org.apache.lucene.queryparser.flexible.core.nodes that return ModifierQueryNode.ModifierModifier and TypeMethodDescriptionModifierQueryNode.getModifier()
static ModifierQueryNode.Modifier
Returns the enum constant of this class with the specified name.static ModifierQueryNode.Modifier[]
ModifierQueryNode.Modifier.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.lucene.queryparser.flexible.core.nodes with parameters of type ModifierQueryNode.ModifierModifierConstructorDescriptionModifierQueryNode
(QueryNode query, ModifierQueryNode.Modifier mod) Used to store the modifier value on the original query string -
Uses of ModifierQueryNode.Modifier in org.apache.lucene.queryparser.flexible.precedence.processors
Methods in org.apache.lucene.queryparser.flexible.precedence.processors with parameters of type ModifierQueryNode.ModifierModifier and TypeMethodDescriptionprivate QueryNode
BooleanModifiersQueryNodeProcessor.applyModifier
(QueryNode node, ModifierQueryNode.Modifier mod) -
Uses of ModifierQueryNode.Modifier in org.apache.lucene.queryparser.flexible.standard.nodes
Constructors in org.apache.lucene.queryparser.flexible.standard.nodes with parameters of type ModifierQueryNode.ModifierModifierConstructorDescription -
Uses of ModifierQueryNode.Modifier in org.apache.lucene.queryparser.flexible.standard.processors
Methods in org.apache.lucene.queryparser.flexible.standard.processors with parameters of type ModifierQueryNode.ModifierModifier and TypeMethodDescriptionprivate QueryNode
BooleanQuery2ModifierNodeProcessor.applyModifier
(QueryNode node, ModifierQueryNode.Modifier mod) protected void
BooleanQuery2ModifierNodeProcessor.tagModifierButDoNotOverride
(QueryNode node, ModifierQueryNode.Modifier mod)