Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class TaxonomyFacetSumInt32Associations

    Aggregates sum of System.Int32 values previously indexed with Int32AssociationFacetField, assuming the default encoding.

    NOTE: This was TaxonomyFacetSumIntAssociations in Lucene

    Note

    This API is experimental and might change in incompatible ways in the next release.

    Inheritance
    System.Object
    Facets
    TaxonomyFacets
    Int32TaxonomyFacets
    TaxonomyFacetSumInt32Associations
    Inherited Members
    Int32TaxonomyFacets.m_values
    Int32TaxonomyFacets.Rollup()
    Int32TaxonomyFacets.GetSpecificValue(String, String[])
    Int32TaxonomyFacets.GetTopChildren(Int32, String, String[])
    TaxonomyFacets.m_indexFieldName
    TaxonomyFacets.m_taxoReader
    TaxonomyFacets.m_config
    TaxonomyFacets.m_children
    TaxonomyFacets.m_siblings
    TaxonomyFacets.VerifyDim(String)
    TaxonomyFacets.GetAllDims(Int32)
    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 Source

    TaxonomyFacetSumInt32Associations(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
    | Improve this Doc View Source

    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
    • Improve this Doc
    • View Source
    Back to top Copyright © 2022 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.