Package org.apache.solr.analytics.facet
Interface StreamingFacet
-
- All Known Implementing Classes:
PivotFacet,ValueFacet
public interface StreamingFacetA facet that is collected during the streaming phase of theAnalyticsDriver.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddFacetValueCollectionTargets()Determine which facet values match the current document.
-
-
-
Method Detail
-
addFacetValueCollectionTargets
void addFacetValueCollectionTargets()
Determine which facet values match the current document. Add theReductionCollectionManager.ReductionDataCollections of the relevant facet values to the targets of the streamingReductionCollectionManagerso that they are updated with the current document's data.
-
-