Interface LeafFacetRecorder
public interface LeafFacetRecorder
Record data for each facet of each doc of a leaf (segment).
- WARNING: This API is experimental and might change in incompatible ways in the next release.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
record
(int docId, int facetOrd) TODO: Rename: collect? accumulate?
-
Method Details
-
record
TODO: Rename: collect? accumulate?- Parameters:
docId
- document IDfacetOrd
- facet ordinal- Throws:
IOException
-