public class SearchSortValues extends java.lang.Object implements ToXContent, Writeable
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
Writeable.Reader<V>, Writeable.Writer<V>
EMPTY_PARAMS
Constructor and Description |
---|
SearchSortValues(java.lang.Object[] sortValues,
DocValueFormat[] sortValueFormats) |
SearchSortValues(StreamInput in) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static SearchSortValues |
fromXContent(XContentParser parser) |
int |
hashCode() |
java.lang.Object[] |
sortValues() |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out)
Write this into the StreamOutput.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
isFragment
public SearchSortValues(java.lang.Object[] sortValues, DocValueFormat[] sortValueFormats)
public SearchSortValues(StreamInput in) throws java.io.IOException
java.io.IOException
public void writeTo(StreamOutput out) throws java.io.IOException
Writeable
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent
in interface ToXContent
java.io.IOException
public static SearchSortValues fromXContent(XContentParser parser) throws java.io.IOException
java.io.IOException
public java.lang.Object[] sortValues()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object