Method AmortizeFacetCounts
AmortizeFacetCounts(FacetResult, FacetsConfig, IndexSearcher)
Note: if you use a counting Facets implementation, you can amortize the sampled counts by calling this method. Uses the FacetsConfig and the IndexSearcher to determine the upper bound for each facet value.
Declaration
public virtual FacetResult AmortizeFacetCounts(FacetResult res, FacetsConfig config, IndexSearcher searcher)
Parameters
Type | Name | Description |
---|---|---|
FacetResult | res | |
FacetsConfig | config | |
IndexSearcher | searcher |
Returns
Type | Description |
---|---|
FacetResult |