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.
Standard Lucene Query Nodes.
Lucene Query Node Processors.
-
Uses of ModifierQueryNode.Modifier in org.apache.lucene.queryparser.flexible.core.nodes
Methods 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.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 TypeMethodDescriptionprotected void
BooleanQuery2ModifierNodeProcessor.tagModifierButDoNotOverride
(QueryNode node, ModifierQueryNode.Modifier mod)