java.lang.Object
org.apache.lucene.search.LongValues
org.elasticsearch.index.fielddata.DenseLongValues
public abstract class DenseLongValues
extends org.apache.lucene.search.LongValues
LongValues implementation that is guaranteed to have a value
for every document in a reader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanadvanceExact(int doc) protected abstract voiddoAdvanceExact(int doc) Methods inherited from class org.apache.lucene.search.LongValues
longValue
-
Constructor Details
-
DenseLongValues
public DenseLongValues()
-
-
Method Details
-
advanceExact
- Specified by:
advanceExactin classorg.apache.lucene.search.LongValues- Throws:
IOException
-
doAdvanceExact
- Throws:
IOException
-