Package org.apache.lucene.index
Interface IndexSorter.NumericDocValuesProvider
- Enclosing interface:
- IndexSorter
public static interface IndexSorter.NumericDocValuesProvider
Provide a NumericDocValues instance for a LeafReader
-
Method Summary
Modifier and TypeMethodDescriptionget
(LeafReader reader) Returns the NumericDocValues instance for this LeafReader
-
Method Details
-
get
Returns the NumericDocValues instance for this LeafReader- Throws:
IOException
-