Uses of Class
org.apache.lucene.queryparser.flexible.core.nodes.ModifierQueryNode.Modifier

Packages that use ModifierQueryNode.Modifier
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. 
 

Uses of ModifierQueryNode.Modifier in org.apache.lucene.queryparser.flexible.core.nodes
 

Methods in org.apache.lucene.queryparser.flexible.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 are declared.
 

Constructors in org.apache.lucene.queryparser.flexible.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.flexible.standard.nodes
 

Constructors in org.apache.lucene.queryparser.flexible.standard.nodes with parameters of type ModifierQueryNode.Modifier
BooleanModifierNode(QueryNode node, ModifierQueryNode.Modifier mod)
           
 

Uses of ModifierQueryNode.Modifier in org.apache.lucene.queryparser.flexible.standard.parser
 

Methods in org.apache.lucene.queryparser.flexible.standard.parser that return ModifierQueryNode.Modifier
 ModifierQueryNode.Modifier StandardSyntaxParser.Modifiers()
           
 

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.Modifier
protected  void BooleanQuery2ModifierNodeProcessor.tagModifierButDoNotOverride(QueryNode node, ModifierQueryNode.Modifier mod)
           
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.