@Deprecated public class SpanNearPayloadCheckQuery extends SpanPayloadCheckQuery
SpanPayloadCheckQuery.SpanPayloadCheckWeight
match, payloadToMatch
Constructor and Description |
---|
SpanNearPayloadCheckQuery(SpanNearQuery match,
List<BytesRef> 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. |
createWeight, getField
getTermContexts, getTermContexts, rewrite
public SpanNearPayloadCheckQuery(SpanNearQuery match, List<BytesRef> payloadToMatch)
public String toString(String field)
Query
field
assumed to be the
default field and omitted.toString
in class SpanPayloadCheckQuery
public SpanNearPayloadCheckQuery clone()
Query
public boolean equals(Object o)
equals
in class SpanPayloadCheckQuery
public int hashCode()
hashCode
in class SpanPayloadCheckQuery
Copyright © 2000–2016 The Apache Software Foundation. All rights reserved.