Class TaxonomyFacetSumInt32Associations
Aggregates sum of System.Int32 values previously indexed with Int32AssociationFacetField, assuming the default encoding.
NOTE: This was TaxonomyFacetSumIntAssociations in Lucene
@lucene.experimental
Inheritance
System.Object
    
    
    
    TaxonomyFacetSumInt32Associations
  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 TaxonomyFacetSumInt32Associations : Int32TaxonomyFacets
  Constructors
| Improve this Doc View SourceTaxonomyFacetSumInt32Associations(TaxonomyReader, FacetsConfig, FacetsCollector)
Create TaxonomyFacetSumInt32Associations against the default index field.
Declaration
public TaxonomyFacetSumInt32Associations(TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc)
  Parameters
| Type | Name | Description | 
|---|---|---|
| TaxonomyReader | taxoReader | |
| FacetsConfig | config | |
| FacetsCollector | fc | 
TaxonomyFacetSumInt32Associations(String, TaxonomyReader, FacetsConfig, FacetsCollector)
Create TaxonomyFacetSumInt32Associations against the specified index field.
Declaration
public TaxonomyFacetSumInt32Associations(string indexFieldName, TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | indexFieldName | |
| TaxonomyReader | taxoReader | |
| FacetsConfig | config | |
| FacetsCollector | fc |