|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ProximityQueryNode.Type | |
|---|---|
| org.apache.lucene.queryparser.flexible.core.nodes | Query nodes commonly used by query parser implementations. |
| Uses of ProximityQueryNode.Type in org.apache.lucene.queryparser.flexible.core.nodes |
|---|
| Methods in org.apache.lucene.queryparser.flexible.core.nodes that return ProximityQueryNode.Type | |
|---|---|
ProximityQueryNode.Type |
ProximityQueryNode.getProximityType()
|
static ProximityQueryNode.Type |
ProximityQueryNode.Type.valueOf(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. |
| Constructors in org.apache.lucene.queryparser.flexible.core.nodes with parameters of type ProximityQueryNode.Type | |
|---|---|
ProximityQueryNode.ProximityType(ProximityQueryNode.Type type)
|
|
ProximityQueryNode.ProximityType(ProximityQueryNode.Type type,
int distance)
|
|
ProximityQueryNode(List<QueryNode> clauses,
CharSequence field,
ProximityQueryNode.Type type,
boolean inorder)
|
|
ProximityQueryNode(List<QueryNode> clauses,
CharSequence field,
ProximityQueryNode.Type type,
int distance,
boolean inorder)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||