Class LongMultiValues.DocValuesLongMultiValues
java.lang.Object
org.hibernate.search.backend.lucene.lowlevel.docvalues.impl.LongMultiValues
org.hibernate.search.backend.lucene.lowlevel.docvalues.impl.LongMultiValues.DocValuesLongMultiValues
- Enclosing class:
- LongMultiValues
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hibernate.search.backend.lucene.lowlevel.docvalues.impl.LongMultiValues
LongMultiValues.DocValuesLongMultiValues -
Field Summary
Fields inherited from class org.hibernate.search.backend.lucene.lowlevel.docvalues.impl.LongMultiValues
EMPTY -
Method Summary
Modifier and TypeMethodDescriptionbooleanadvanceExact(int doc) Advance this instance to the given document idbooleanlongprotected final voidupdateRemaining(boolean hasDocValue) Methods inherited from class org.hibernate.search.backend.lucene.lowlevel.docvalues.impl.LongMultiValues
fromDocValues
-
Method Details
-
advanceExact
Description copied from class:LongMultiValuesAdvance this instance to the given document id- Specified by:
advanceExactin classLongMultiValues- Returns:
- true if there is a value for this document
- Throws:
IOException
-
updateRemaining
protected final void updateRemaining(boolean hasDocValue) -
hasNextValue
- Specified by:
hasNextValuein classLongMultiValues- Returns:
- true if there is a next value for this document, i.e. if nextValue() can be called.
- Throws:
IOException
-
nextValue
- Specified by:
nextValuein classLongMultiValues- Returns:
- The next value for the current document.
Can only be called after
LongMultiValues.hasNextValue()returnedtrue. - Throws:
IOException
-