Class SearchSortValuesAndFormats

java.lang.Object
org.elasticsearch.search.SearchSortValuesAndFormats
All Implemented Interfaces:
Writeable

public class SearchSortValuesAndFormats
extends java.lang.Object
implements Writeable
  • Constructor Details

    • SearchSortValuesAndFormats

      public SearchSortValuesAndFormats​(java.lang.Object[] rawSortValues, DocValueFormat[] sortValueFormats)
    • SearchSortValuesAndFormats

      public SearchSortValuesAndFormats​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details

    • writeTo

      public void writeTo​(StreamOutput out) throws java.io.IOException
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Specified by:
      writeTo in interface Writeable
      Throws:
      java.io.IOException
    • getRawSortValues

      public java.lang.Object[] getRawSortValues()
    • getFormattedSortValues

      public java.lang.Object[] getFormattedSortValues()
    • getSortValueFormats

      public DocValueFormat[] getSortValueFormats()
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object