Package | Description |
---|---|
org.apache.lucene.queryparser.flexible.core.util |
Utility classes to used with the Query Parser.
|
Modifier and Type | Method and 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.
|