Class FieldCache.Longs

java.lang.Object
org.apache.lucene.search.FieldCache.Longs
Enclosing interface:
FieldCache

public abstract static class FieldCache.Longs extends Object
Field values as 64-bit signed long integers
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final FieldCache.Longs
    Zero value for every document
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract long
    get(int docID)
    Return an long representation of this field's value.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • EMPTY

      public static final FieldCache.Longs EMPTY
      Zero value for every document
  • Constructor Details

    • Longs

      public Longs()
  • Method Details

    • get

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