Uses of Class
org.apache.lucene.queryParser.core.nodes.ModifierQueryNode
-
Packages that use ModifierQueryNode Package Description org.apache.lucene.queryParser.standard.nodes Standard Lucene Query Nodes -
-
Uses of ModifierQueryNode in org.apache.lucene.queryParser.standard.nodes
Subclasses of ModifierQueryNode in org.apache.lucene.queryParser.standard.nodes Modifier and Type Class Description class
BooleanModifierNode
ABooleanModifierNode
has the same behaviour asModifierQueryNode
, it only indicates that this modifier was added byGroupQueryNodeProcessor
and not by the user.
-