Package | Description |
---|---|
org.apache.lucene.queryparser.flexible.core.nodes |
Query nodes commonly used by query parser implementations.
|
org.apache.lucene.queryparser.flexible.standard.nodes |
Standard Lucene Query Nodes.
|
org.apache.lucene.queryparser.flexible.standard.parser |
Lucene Query Parser
|
org.apache.lucene.queryparser.flexible.standard.processors |
Lucene Query Node Processors.
|
Modifier and Type | Method and Description |
---|---|
ModifierQueryNode.Modifier |
ModifierQueryNode.getModifier() |
static ModifierQueryNode.Modifier |
ModifierQueryNode.Modifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModifierQueryNode.Modifier[] |
ModifierQueryNode.Modifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ModifierQueryNode(QueryNode query,
ModifierQueryNode.Modifier mod)
Used to store the modifier value on the original query string
|
Constructor and Description |
---|
BooleanModifierNode(QueryNode node,
ModifierQueryNode.Modifier mod) |
Modifier and Type | Method and Description |
---|---|
ModifierQueryNode.Modifier |
StandardSyntaxParser.Modifiers() |
Modifier and Type | Method and Description |
---|---|
protected void |
BooleanQuery2ModifierNodeProcessor.tagModifierButDoNotOverride(QueryNode node,
ModifierQueryNode.Modifier mod) |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.