• API

    Show / Hide Table of Contents

    Class FastTaxonomyFacetCounts

    Computes facets counts, assuming the default encoding into DocValues was used.

    This is a Lucene.NET EXPERIMENTAL API, use at your own risk

    Inheritance
    System.Object
    Facets
    TaxonomyFacets
    Int32TaxonomyFacets
    FastTaxonomyFacetCounts
    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 FastTaxonomyFacetCounts : Int32TaxonomyFacets

    Constructors

    | Improve this Doc View Source

    FastTaxonomyFacetCounts(TaxonomyReader, FacetsConfig, FacetsCollector)

    Create FastTaxonomyFacetCounts, which also counts all facet labels.

    Declaration
    public FastTaxonomyFacetCounts(TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc)
    Parameters
    Type Name Description
    TaxonomyReader taxoReader
    FacetsConfig config
    FacetsCollector fc
    | Improve this Doc View Source

    FastTaxonomyFacetCounts(String, TaxonomyReader, FacetsConfig, FacetsCollector)

    Create FastTaxonomyFacetCounts, using the specified indexFieldName for ordinals. Use this if you had set SetIndexFieldName(String, String) to change the index field name for certain dimensions.

    Declaration
    public FastTaxonomyFacetCounts(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 © 2020 Licensed to the Apache Software Foundation (ASF)