C# Class Lucene.Net.Facet.Taxonomy.FastTaxonomyFacetCounts

Computes facets counts, assuming the default encoding into DocValues was used. @lucene.experimental
Inheritance: IntTaxonomyFacets
Afficher le fichier Open project: apache/lucenenet Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
Count ( IList matchingDocs ) : void

Method Details

FastTaxonomyFacetCounts() public méthode

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
Résultat System.Collections.Generic

FastTaxonomyFacetCounts() public méthode

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
Résultat System.Collections.Generic