Package | Description |
---|---|
org.apache.lucene.queryParser.core.nodes |
Contains query nodes that are commonly used by query parser implementations
|
Modifier and Type | Method | Description |
---|---|---|
ParametricQueryNode.CompareOperator |
ParametricQueryNode.getOperator() |
Deprecated.
|
static ParametricQueryNode.CompareOperator |
ParametricQueryNode.CompareOperator.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ParametricQueryNode.CompareOperator[] |
ParametricQueryNode.CompareOperator.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor | Description |
---|---|
ParametricQueryNode(CharSequence field,
ParametricQueryNode.CompareOperator comp,
CharSequence value,
int begin,
int end) |
Deprecated.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.