org.apache.lucene.search
Class FieldCache.Longs

java.lang.Object
  extended by 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
static FieldCache.Longs EMPTY
          Zero value for every document
 
Constructor Summary
FieldCache.Longs()
           
 
Method Summary
abstract  long get(int docID)
          Return an long representation of this field's value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY

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

Constructor Detail

FieldCache.Longs

public FieldCache.Longs()
Method Detail

get

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



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.