Package | Description |
---|---|
org.apache.lucene.queryparser.flexible.core.nodes |
Query nodes commonly used by query parser implementations.
|
Modifier and Type | Field and Description |
---|---|
private ProximityQueryNode.Type |
ProximityQueryNode.proximityType |
(package private) ProximityQueryNode.Type |
ProximityQueryNode.ProximityType.pType |
Modifier and Type | Method and Description |
---|---|
ProximityQueryNode.Type |
ProximityQueryNode.getProximityType() |
static ProximityQueryNode.Type |
ProximityQueryNode.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProximityQueryNode.Type[] |
ProximityQueryNode.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ProximityQueryNode(java.util.List<QueryNode> clauses,
java.lang.CharSequence field,
ProximityQueryNode.Type type,
boolean inorder) |
ProximityQueryNode(java.util.List<QueryNode> clauses,
java.lang.CharSequence field,
ProximityQueryNode.Type type,
int distance,
boolean inorder) |
ProximityType(ProximityQueryNode.Type type) |
ProximityType(ProximityQueryNode.Type type,
int distance) |