Module org.elasticsearch.server
Class FormattedSortedNumericDocValues
java.lang.Object
org.elasticsearch.index.fielddata.plain.FormattedSortedNumericDocValues
- All Implemented Interfaces:
FormattedDocValues
-
Constructor Summary
ConstructorsConstructorDescriptionFormattedSortedNumericDocValues(org.apache.lucene.index.SortedNumericDocValues values, DocValueFormat format) -
Method Summary
Modifier and TypeMethodDescriptionbooleanadvanceExact(int docId) Advance the doc values reader to the provided doc.intA count of the number of values at this document.Load and format the next value.
-
Constructor Details
-
FormattedSortedNumericDocValues
public FormattedSortedNumericDocValues(org.apache.lucene.index.SortedNumericDocValues values, DocValueFormat format)
-
-
Method Details
-
advanceExact
Description copied from interface:FormattedDocValuesAdvance the doc values reader to the provided doc.- Specified by:
advanceExactin interfaceFormattedDocValues- Returns:
- false if there are no values for this document, true otherwise
- Throws:
IOException
-
docValueCount
public int docValueCount()Description copied from interface:FormattedDocValuesA count of the number of values at this document.- Specified by:
docValueCountin interfaceFormattedDocValues
-
nextValue
Description copied from interface:FormattedDocValuesLoad and format the next value.- Specified by:
nextValuein interfaceFormattedDocValues- Throws:
IOException
-