Class TaxonomyFacets
Base class for all taxonomy-based facets impls.
Inherited Members
Assembly: DistributedLucene.Net.Facet.dll
Syntax
public abstract class TaxonomyFacets : Facets, IIdentifiableSurrogate
Constructors
Name | Description |
---|---|
TaxonomyFacets() | |
TaxonomyFacets(String, TaxonomyReader, FacetsConfig) | Sole constructor. |
Fields
Name | Description |
---|---|
m_children | Maps parent ordinal to its child, or -1 if the parent is childless. |
m_config | FacetsConfig provided to the constructor. |
m_indexFieldName | Index field name provided to the constructor. |
m_siblings | Maps an ordinal to its sibling, or -1 if there is no sibling. |
m_taxoReader | TaxonomyReader provided to the constructor. |