Interface FormattedDocValues
public interface FormattedDocValues
-
Method Summary
Modifier and TypeMethodDescriptionboolean
advanceExact(int docId)
Advance the doc values reader to the provided doc.int
A count of the number of values at this document.Load and format the next value.
-
Method Details
-
advanceExact
Advance the doc values reader to the provided doc.- Returns:
- false if there are no values for this document, true otherwise
- Throws:
IOException
-
docValueCount
A count of the number of values at this document.- Throws:
IOException
-
nextValue
Load and format the next value.- Throws:
IOException
-