org.apache.lucene.util
public abstract class LongValues extends NumericDocValues
PackedInts
utility classes to represent a NumericDocValues
instance.EMPTY
Constructor and Description |
---|
LongValues() |
public abstract long get(long index)
index
.public long get(int idx)
NumericDocValues
get
in class NumericDocValues
idx
- document ID to lookupCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.