Class Sorting.FieldOrder

java.lang.Object
com.yahoo.search.query.Sorting.FieldOrder
All Implemented Interfaces:
Cloneable
Enclosing class:
Sorting

public static class Sorting.FieldOrder extends Object implements Cloneable
An attribute (field) and how it should be sorted
  • Constructor Details

    • FieldOrder

      public FieldOrder(Sorting.AttributeSorter fieldSorter, Sorting.Order sortOrder)
      Creates an attribute vector
      Parameters:
      fieldSorter - the sorter of this attribute
      sortOrder - whether to sort this ascending or descending
  • Method Details