Uses of Class
org.apache.lucene.queryparser.flexible.core.util.QueryNodeOperation.ANDOperation
-
Packages that use QueryNodeOperation.ANDOperation Package Description org.apache.lucene.queryparser.flexible.core.util Utility classes to used with the Query Parser. -
-
Uses of QueryNodeOperation.ANDOperation in org.apache.lucene.queryparser.flexible.core.util
Methods in org.apache.lucene.queryparser.flexible.core.util that return QueryNodeOperation.ANDOperation Modifier and Type Method Description static QueryNodeOperation.ANDOperation
QueryNodeOperation.ANDOperation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static QueryNodeOperation.ANDOperation[]
QueryNodeOperation.ANDOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-