|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ModifierQueryNode.Modifier | |
|---|---|
| org.apache.lucene.queryParser.core.nodes | Contains query nodes that are commonly used by query parser implementations |
| org.apache.lucene.queryParser.standard.nodes | Standard Lucene Query Nodes |
| org.apache.lucene.queryParser.standard.parser | Lucene Query Parser |
| org.apache.lucene.queryParser.standard.processors | Lucene Query Node Processors |
| Uses of ModifierQueryNode.Modifier in org.apache.lucene.queryParser.core.nodes |
|---|
| Methods in org.apache.lucene.queryParser.core.nodes that return ModifierQueryNode.Modifier | |
|---|---|
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're declared. |
| Constructors in org.apache.lucene.queryParser.core.nodes with parameters of type ModifierQueryNode.Modifier | |
|---|---|
ModifierQueryNode(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.standard.nodes |
|---|
| Constructors in org.apache.lucene.queryParser.standard.nodes with parameters of type ModifierQueryNode.Modifier | |
|---|---|
BooleanModifierNode(QueryNode node,
ModifierQueryNode.Modifier mod)
|
|
| Uses of ModifierQueryNode.Modifier in org.apache.lucene.queryParser.standard.parser |
|---|
| Methods in org.apache.lucene.queryParser.standard.parser that return ModifierQueryNode.Modifier | |
|---|---|
ModifierQueryNode.Modifier |
StandardSyntaxParser.Modifiers()
|
| Uses of ModifierQueryNode.Modifier in org.apache.lucene.queryParser.standard.processors |
|---|
| Methods in org.apache.lucene.queryParser.standard.processors with parameters of type ModifierQueryNode.Modifier | |
|---|---|
protected void |
BooleanQuery2ModifierNodeProcessor.tagModifierButDoNotOverride(QueryNode node,
ModifierQueryNode.Modifier mod)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||