Class SortFieldAndFormat

org.elasticsearch.search.sort.SortFieldAndFormat

public final class SortFieldAndFormat extends
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    org.apache.lucene.search.SortField
     
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    SortFieldAndFormat​(org.apache.lucene.search.SortField field, DocValueFormat format)
     
  • Method Summary

    Methods inherited from class java.lang.

    , , , , , , , , , ,
  • Field Details

    • field

      public final org.apache.lucene.search.SortField field
    • format

      public final DocValueFormat format
  • Constructor Details

    • SortFieldAndFormat

      public SortFieldAndFormat(org.apache.lucene.search.SortField field, DocValueFormat format)