Class ShardLongFieldRange

java.lang.Object
org.elasticsearch.index.shard.ShardLongFieldRange
All Implemented Interfaces:
Writeable

public class ShardLongFieldRange extends Object implements Writeable
Class representing an (inclusive) range of long values in a field in a single shard.
  • Field Details

    • LONG_FIELD_RANGE_VERSION_INTRODUCED

      public static final Version LONG_FIELD_RANGE_VERSION_INTRODUCED
    • EMPTY

      public static final ShardLongFieldRange EMPTY
      Sentinel value indicating an empty range, for instance because the field is missing or has no values.
    • UNKNOWN

      public static final ShardLongFieldRange UNKNOWN
      Sentinel value indicating the actual range is unknown, for instance because more docs may be added in future.
  • Method Details