Class FieldCache.Doubles

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

public abstract static class FieldCache.Doubles extends Object
Field values as 64-bit doubles
  • Field Summary

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract double
    get(int docID)
    Return an double 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

    • Doubles

      public Doubles()
  • Method Details

    • get

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