Package org.apache.lucene.index
Interface IndexSorter.BinaryDocValuesProvider
- Enclosing interface:
IndexSorter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Provide a BinaryDocValues instance for a LeafReader
-
Method Summary
Modifier and TypeMethodDescriptionget(LeafReader reader) Returns the BinaryDocValues instance for this LeafReader
-
Method Details
-
get
Returns the BinaryDocValues instance for this LeafReader- Throws:
IOException
-