public class SpanNearPQuery extends ParseableQuery
| Constructor and Description |
|---|
SpanNearPQuery(int slop,
boolean inOrder,
ParseableQuery... clauses) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSpan() |
String |
toQueryString(String field,
IndexConfiguration config) |
ElementConstructor |
toXmlNode(String field,
IndexConfiguration config) |
toStringpublic SpanNearPQuery(int slop,
boolean inOrder,
ParseableQuery... clauses)
public ElementConstructor toXmlNode(String field, IndexConfiguration config)
toXmlNode in class ParseableQueryfield - the prevailing field in the query's surrounding context.config - the index configurationpublic String toQueryString(String field, IndexConfiguration config)
toQueryString in class ParseableQueryfield - the prevailing field in the query's surrounding context.config - the index configurationpublic boolean isSpan()
isSpan in class ParseableQueryCopyright © 2013. All Rights Reserved.