Package org.elasticsearch.search
Class SearchSortValuesAndFormats
java.lang.Object
org.elasticsearch.search.SearchSortValuesAndFormats
- All Implemented Interfaces:
Writeable
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Constructor Summary
ConstructorDescriptionSearchSortValuesAndFormats(Object[] rawSortValues, DocValueFormat[] sortValueFormats)
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Object[]
Object[]
int
hashCode()
void
writeTo(StreamOutput out)
Write this into the StreamOutput.
-
Constructor Details
-
SearchSortValuesAndFormats
-
SearchSortValuesAndFormats
- Throws:
IOException
-
-
Method Details
-
writeTo
Description copied from interface:Writeable
Write this into the StreamOutput.- Specified by:
writeTo
in interfaceWriteable
- Throws:
IOException
-
getRawSortValues
-
getFormattedSortValues
-
getSortValueFormats
-
equals
-
hashCode
public int hashCode()
-