Class FieldCache.Bytes

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

public abstract static class FieldCache.Bytes extends Object
Field values as 8-bit signed bytes
  • Field Summary

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract byte
    get(int docID)
    Return a single Byte 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.Bytes EMPTY
      Zero value for every document
  • Constructor Details

    • Bytes

      public Bytes()
  • Method Details

    • get

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