Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class Int32TaxonomyFacets

    Base class for all taxonomy-based facets that aggregate to a per-ords int[].

    NOTE: This was IntTaxonomyFacets in Lucene

    Inheritance
    System.Object
    Facets
    TaxonomyFacets
    Int32TaxonomyFacets
    FastTaxonomyFacetCounts
    TaxonomyFacetCounts
    TaxonomyFacetSumInt32Associations
    Inherited Members
    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 abstract class Int32TaxonomyFacets : TaxonomyFacets

    Constructors

    | Improve this Doc View Source

    Int32TaxonomyFacets(String, TaxonomyReader, FacetsConfig)

    Sole constructor.

    Declaration
    protected Int32TaxonomyFacets(string indexFieldName, TaxonomyReader taxoReader, FacetsConfig config)
    Parameters
    Type Name Description
    System.String indexFieldName
    TaxonomyReader taxoReader
    FacetsConfig config

    Fields

    | Improve this Doc View Source

    m_values

    Per-ordinal value.

    Declaration
    protected readonly int[] m_values
    Field Value
    Type Description
    System.Int32[]

    Methods

    | Improve this Doc View Source

    GetSpecificValue(String, String[])

    Declaration
    public override float GetSpecificValue(string dim, params string[] path)
    Parameters
    Type Name Description
    System.String dim
    System.String[] path
    Returns
    Type Description
    System.Single
    Overrides
    Facets.GetSpecificValue(String, String[])
    | Improve this Doc View Source

    GetTopChildren(Int32, String, String[])

    Declaration
    public override FacetResult GetTopChildren(int topN, string dim, params string[] path)
    Parameters
    Type Name Description
    System.Int32 topN
    System.String dim
    System.String[] path
    Returns
    Type Description
    FacetResult
    Overrides
    Facets.GetTopChildren(Int32, String, String[])
    | Improve this Doc View Source

    Rollup()

    Rolls up any single-valued hierarchical dimensions.

    Declaration
    protected virtual void Rollup()
    • 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.