Class FieldCache.Ints

  • Enclosing interface:
    FieldCache

    public abstract static class FieldCache.Ints
    extends Object
    Field values as 32-bit signed integers
    • Field Detail

      • EMPTY

        public static final FieldCache.Ints EMPTY
        Zero value for every document
    • Constructor Detail

      • Ints

        public Ints()
    • Method Detail

      • get

        public abstract int get​(int docID)
        Return an integer representation of this field's value.