Class TaxonomyFacetSumSingleAssociations
Aggregates sum of System.
NOTE: This was TaxonomyFacetSumFloatAssociations in Lucene
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Inheritance
System.Object
TaxonomyFacetSumSingleAssociations
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Facet.Taxonomy
Assembly: Lucene.Net.Facet.dll
Syntax
public class TaxonomyFacetSumSingleAssociations : SingleTaxonomyFacets
Constructors
| Improve this Doc View SourceTaxonomyFacetSumSingleAssociations(TaxonomyReader, FacetsConfig, FacetsCollector)
Create Taxonomy
Declaration
public TaxonomyFacetSumSingleAssociations(TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc)
Parameters
Type | Name | Description |
---|---|---|
Taxonomy |
taxoReader | |
Facets |
config | |
Facets |
fc |
TaxonomyFacetSumSingleAssociations(String, TaxonomyReader, FacetsConfig, FacetsCollector)
Create Taxonomy
Declaration
public TaxonomyFacetSumSingleAssociations(string indexFieldName, TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc)
Parameters
Type | Name | Description |
---|---|---|
System. |
indexFieldName | |
Taxonomy |
taxoReader | |
Facets |
config | |
Facets |
fc |