Module org.elasticsearch.server
Interface NumericFieldWriter.OffsetsConsumer
- Enclosing interface:
NumericFieldWriter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Accepts per-doc value counts for sorted-numeric offset tracking.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(int docValueCount) Accepts the value count for a single document.
-
Method Details
-
accept
Accepts the value count for a single document.- Parameters:
docValueCount- the number of values for this document- Throws:
IOException
-