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 classBooleanModifierNodeABooleanModifierNodehas the same behaviour asModifierQueryNode, it only indicates that this modifier was added byGroupQueryNodeProcessorand not by the user.
-