Interface IFacetExtractionContext
Context for Extracting the Facets for a field
public interface IFacetExtractionContext
Properties
FacetConfig
Facet Configuration
FacetsConfig FacetConfig { get; }
Property Value
- FacetsConfig
FacetsCollector
Facet Collector
FacetsCollector FacetsCollector { get; }
Property Value
- FacetsCollector
SearcherReference
Index Searcher Reference
ISearcherReference SearcherReference { get; }
Property Value
Methods
GetFacetCounts(string, bool)
Get the facet counts for the faceted field
Facets GetFacetCounts(string facetIndexFieldName, bool isTaxonomyIndexed)
Parameters
facetIndexFieldName
stringThe name of the field the facet data is stored in
isTaxonomyIndexed
boolWhether the facet is stored in the Taxonomy index
Returns
- Facets