Class TaxonomyFacetSumSingleAssociations
Aggregates sum of System.Single values previously indexed with SingleAssociationFacetField, assuming the default encoding.
NOTE: This was TaxonomyFacetSumFloatAssociations in Lucene
@lucene.experimental
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 TaxonomyFacetSumSingleAssociations against the default index field.
Declaration
public TaxonomyFacetSumSingleAssociations(TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc)
  Parameters
| Type | Name | Description | 
|---|---|---|
| TaxonomyReader | taxoReader | |
| FacetsConfig | config | |
| FacetsCollector | fc | 
TaxonomyFacetSumSingleAssociations(String, TaxonomyReader, FacetsConfig, FacetsCollector)
Create TaxonomyFacetSumSingleAssociations against the specified index field.
Declaration
public TaxonomyFacetSumSingleAssociations(string indexFieldName, TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | indexFieldName | |
| TaxonomyReader | taxoReader | |
| FacetsConfig | config | |
| FacetsCollector | fc |