Class Int32TaxonomyFacets
Base class for all taxonomy-based facets that aggregate to a per-ords int[].
NOTE: This was IntTaxonomyFacets in Lucene
Inherited Members
Assembly: DistributedLucene.Net.Facet.dll
Syntax
public abstract class Int32TaxonomyFacets : TaxonomyFacets, IIdentifiableSurrogate
Constructors
Name | Description |
---|---|
Int32TaxonomyFacets() | |
Int32TaxonomyFacets(String, TaxonomyReader, FacetsConfig) | Sole constructor. |
Fields
Name | Description |
---|---|
m_values | Per-ordinal value. |