Module org.apache.lucene.sandbox
Class CountFacetRecorder.CountLeafFacetRecorder
java.lang.Object
org.apache.lucene.sandbox.facet.recorders.CountFacetRecorder.CountLeafFacetRecorder
- All Implemented Interfaces:
LeafFacetRecorder
- Enclosing class:
CountFacetRecorder
private static class CountFacetRecorder.CountLeafFacetRecorder
extends Object
implements LeafFacetRecorder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrecord(int docId, int facetOrd) TODO: Rename: collect? accumulate?
-
Field Details
-
values
-
-
Constructor Details
-
CountLeafFacetRecorder
-
-
Method Details
-
record
public void record(int docId, int facetOrd) Description copied from interface:LeafFacetRecorderTODO: Rename: collect? accumulate?- Specified by:
recordin interfaceLeafFacetRecorder- Parameters:
docId- document IDfacetOrd- facet ordinal
-