Writeable, ToXContent, ToXContentFragmentpublic class SearchSortValues extends java.lang.Object implements ToXContentFragment, Writeable
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsWriteable.Reader<V>, Writeable.Writer<V>EMPTY_PARAMS| Constructor | Description |
|---|---|
SearchSortValues(java.lang.Object[] sortValues,
DocValueFormat[] sortValueFormats) |
|
SearchSortValues(StreamInput in) |
| Modifier and Type | Method | 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, waitisFragmentpublic SearchSortValues(java.lang.Object[] sortValues,
DocValueFormat[] sortValueFormats)
public SearchSortValues(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
Writeablepublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent in interface ToXContentjava.io.IOExceptionpublic static SearchSortValues fromXContent(XContentParser parser) throws java.io.IOException
java.io.IOExceptionpublic java.lang.Object[] sortValues()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object