Package org.elasticsearch.search
Class SearchSortValuesAndFormats
java.lang.Object
org.elasticsearch.search.SearchSortValuesAndFormats
- All Implemented Interfaces:
- Writeable
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.WriteableWriteable.Reader<V>, Writeable.Writer<V>
- 
Constructor SummaryConstructorsConstructorDescriptionSearchSortValuesAndFormats(Object[] rawSortValues, DocValueFormat[] sortValueFormats)
- 
Method SummaryModifier and TypeMethodDescriptionbooleanObject[]Object[]inthashCode()voidwriteTo(StreamOutput out)Write this into the StreamOutput.
- 
Constructor Details- 
SearchSortValuesAndFormats
- 
SearchSortValuesAndFormats- Throws:
- IOException
 
 
- 
- 
Method Details- 
writeToDescription copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
- writeToin interface- Writeable
- Throws:
- IOException
 
- 
getRawSortValues
- 
getFormattedSortValues
- 
getSortValueFormats
- 
equals
- 
hashCodepublic int hashCode()
 
-