Method | Description | |
---|---|---|
FastTaxonomyFacetCounts ( TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc ) : System.Collections.Generic |
Create FastTaxonomyFacetCounts, which also counts all facet labels.
|
|
FastTaxonomyFacetCounts ( string indexFieldName, TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc ) : System.Collections.Generic |
Create FastTaxonomyFacetCounts, using the specified indexFieldName for ordinals. Use this if you had set FacetsConfig.SetIndexFieldName to change the index field name for certain dimensions.
|
Method | Description | |
---|---|---|
Count ( IList |
public FastTaxonomyFacetCounts ( TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc ) : System.Collections.Generic | ||
taxoReader | TaxonomyReader | |
config | FacetsConfig | |
fc | FacetsCollector | |
return | System.Collections.Generic |
public FastTaxonomyFacetCounts ( string indexFieldName, TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc ) : System.Collections.Generic | ||
indexFieldName | string | |
taxoReader | TaxonomyReader | |
config | FacetsConfig | |
fc | FacetsCollector | |
return | System.Collections.Generic |