public class SpanNearPQuery extends ParseableQuery
| Constructor and Description |
|---|
SpanNearPQuery(int slop,
boolean inOrder,
ParseableQuery... clauses) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(ParseableQuery other) |
boolean |
isSpanCompatible() |
String |
toQueryString(String field,
IndexConfiguration config) |
ElementConstructor |
toXmlNode(String field,
IndexConfiguration config) |
hashCode, isMatchAll, 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 isSpanCompatible()
isSpanCompatible in class ParseableQuerypublic boolean equals(ParseableQuery other)
equals in class ParseableQueryCopyright © 2013. All Rights Reserved.