Package org.elasticsearch.search.sort
Interface BucketedSort.ExtraData.Loader
- Enclosing interface:
- BucketedSort.ExtraData
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoidloadFromDoc(long index, int doc)Load extra data from a doc.
-
Method Details
-
loadFromDoc
Load extra data from a doc.Implementers should grow their underlying storage to fit the
index.- Throws:
IOException
-