C# 클래스 Lucene.Net.Facet.Taxonomy.FastTaxonomyFacetCounts

Computes facets counts, assuming the default encoding into DocValues was used. @lucene.experimental
상속: IntTaxonomyFacets
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
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