Class DocValueBits
- java.lang.Object
-
- org.elasticsearch.index.fielddata.DocValueBits
-
public abstract class DocValueBits extends Object
-
-
Constructor Summary
Constructors Constructor Description DocValueBits()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract booleanadvanceExact(int doc)Advance this instance to the given document id
-
-
-
Method Detail
-
advanceExact
public abstract boolean advanceExact(int doc) throws IOExceptionAdvance this instance to the given document id- Returns:
- true if there is a value for this document
- Throws:
IOException
-
-