@Deprecated public class SpanNearPayloadCheckQuery extends SpanPayloadCheckQuery
SpanPayloadCheckQuery.SpanPayloadCheckWeightmatch, payloadToMatch| Constructor and Description |
|---|
SpanNearPayloadCheckQuery(SpanNearQuery match,
Collection<byte[]> payloadToMatch)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SpanNearPayloadCheckQuery |
clone()
Deprecated.
Returns a clone of this query.
|
boolean |
equals(Object o)
Deprecated.
|
int |
hashCode()
Deprecated.
|
String |
toString(String field)
Deprecated.
Prints a query to a string, with
field assumed to be the
default field and omitted. |
checkPayloads, createWeight, getFieldgetTermContexts, getTermContextspublic SpanNearPayloadCheckQuery(SpanNearQuery match, Collection<byte[]> payloadToMatch)
match - The underlying SpanQuery to checkpayloadToMatch - The Collection of payloads to matchpublic String toString(String field)
Queryfield assumed to be the
default field and omitted.toString in class SpanPayloadCheckQuerypublic SpanNearPayloadCheckQuery clone()
Queryclone in class SpanPayloadCheckQuerypublic boolean equals(Object o)
equals in class SpanPayloadCheckQuerypublic int hashCode()
hashCode in class SpanPayloadCheckQueryCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.