Class FieldCache.Shorts

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

public abstract static class FieldCache.Shorts extends Object
Field values as 16-bit signed shorts
  • Field Summary

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

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • Shorts

      public Shorts()
  • Method Details

    • get

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