Class SortAndFormats

java.lang.Object
org.elasticsearch.search.sort.SortAndFormats

public final class SortAndFormats
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    DocValueFormat[] formats  
    org.apache.lucene.search.Sort sort  
  • Constructor Summary

    Constructors
    Constructor Description
    SortAndFormats​(org.apache.lucene.search.Sort sort, DocValueFormat[] formats)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • sort

      public final org.apache.lucene.search.Sort sort
    • formats

      public final DocValueFormat[] formats
  • Constructor Details

    • SortAndFormats

      public SortAndFormats​(org.apache.lucene.search.Sort sort, DocValueFormat[] formats)