Package org.elasticsearch.search
Class SearchSortValuesAndFormats
java.lang.Object
org.elasticsearch.search.SearchSortValuesAndFormats
- All Implemented Interfaces:
Writeable
public class SearchSortValuesAndFormats extends java.lang.Object implements Writeable
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Constructor Summary
Constructors Constructor Description SearchSortValuesAndFormats(java.lang.Object[] rawSortValues, DocValueFormat[] sortValueFormats)SearchSortValuesAndFormats(StreamInput in) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.Object[]getFormattedSortValues()java.lang.Object[]getRawSortValues()DocValueFormat[]getSortValueFormats()inthashCode()voidwriteTo(StreamOutput out)Write this into the StreamOutput.
-
Constructor Details
-
SearchSortValuesAndFormats
public SearchSortValuesAndFormats(java.lang.Object[] rawSortValues, DocValueFormat[] sortValueFormats) -
SearchSortValuesAndFormats
- Throws:
java.io.IOException
-
-
Method Details
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput. -
getRawSortValues
public java.lang.Object[] getRawSortValues() -
getFormattedSortValues
public java.lang.Object[] getFormattedSortValues() -
getSortValueFormats
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-