C# Класс Lucene.Net.Facet.Taxonomy.FastTaxonomyFacetCounts

Computes facets counts, assuming the default encoding into DocValues was used. @lucene.experimental
Наследование: IntTaxonomyFacets
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
FastTaxonomyFacetCounts ( TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc ) : System.Collections.Generic

Create FastTaxonomyFacetCounts, which also counts all facet labels.

FastTaxonomyFacetCounts ( string indexFieldName, TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc ) : System.Collections.Generic

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

Приватные методы

Метод Описание
Count ( IList matchingDocs ) : void

Описание методов

FastTaxonomyFacetCounts() публичный Метод

Create FastTaxonomyFacetCounts, which also counts all facet labels.
public FastTaxonomyFacetCounts ( TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc ) : System.Collections.Generic
taxoReader TaxonomyReader
config FacetsConfig
fc FacetsCollector
Результат System.Collections.Generic

FastTaxonomyFacetCounts() публичный Метод

Create FastTaxonomyFacetCounts, using the specified indexFieldName for ordinals. Use this if you had set FacetsConfig.SetIndexFieldName to change the index field name for certain dimensions.
public FastTaxonomyFacetCounts ( string indexFieldName, TaxonomyReader taxoReader, FacetsConfig config, FacetsCollector fc ) : System.Collections.Generic
indexFieldName string
taxoReader TaxonomyReader
config FacetsConfig
fc FacetsCollector
Результат System.Collections.Generic