Interface NumericIndex

All Superinterfaces:
FieldIndex
All Known Implementing Classes:
NumericIndexParams

public interface NumericIndex extends FieldIndex
Numeric field index options.
Author:
Nikita Koksharov
  • Method Details

    • as

      Defines the attribute associated to the field name
      Parameters:
      as - the associated attribute
      Returns:
      options object
    • sortMode

      NumericIndex sortMode(SortMode sortMode)
      Defines sort mode applied to the value of this attribute
      Parameters:
      sortMode - sort mode
      Returns:
      options object
    • noIndex

      NumericIndex noIndex()
      Defines to not index this attribute
      Returns:
      options object