Class DocValueBits
java.lang.Object
org.elasticsearch.index.fielddata.DocValueBits
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
advanceExact(int doc)
Advance this instance to the given document id
-
Constructor Details
-
DocValueBits
public DocValueBits()
-
-
Method Details
-
advanceExact
Advance this instance to the given document id- Returns:
- true if there is a value for this document
- Throws:
IOException
-