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
ConstructorsConstructorDescriptionSearchSortValuesAndFormats(Object[] rawSortValues, DocValueFormat[] sortValueFormats) - 
Method Summary
Modifier and TypeMethodDescriptionbooleanObject[]Object[]inthashCode()voidwriteTo(StreamOutput out)Write this into the StreamOutput. 
- 
Constructor Details
- 
SearchSortValuesAndFormats
 - 
SearchSortValuesAndFormats
- Throws:
 IOException
 
 - 
 - 
Method Details
- 
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
 writeToin interfaceWriteable- Throws:
 IOException
 - 
getRawSortValues
 - 
getFormattedSortValues
 - 
getSortValueFormats
 - 
equals
 - 
hashCode
public int hashCode() 
 -