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

Base class for all taxonomy-based facets that aggregate to a per-ords int[].
상속: TaxonomyFacets
파일 보기 프로젝트 열기: apache/lucenenet

보호된 프로퍼티들

프로퍼티 타입 설명
values int[]

공개 메소드들

메소드 설명
GetSpecificValue ( string dim ) : float
GetTopChildren ( int topN, string dim ) : FacetResult

보호된 메소드들

메소드 설명
IntTaxonomyFacets ( string indexFieldName, TaxonomyReader taxoReader, FacetsConfig config ) : System

Sole constructor.

Rollup ( ) : void

Rolls up any single-valued hierarchical dimensions.

비공개 메소드들

메소드 설명
Rollup ( int ord ) : int

메소드 상세

GetSpecificValue() 공개 메소드

public GetSpecificValue ( string dim ) : float
dim string
리턴 float

GetTopChildren() 공개 메소드

public GetTopChildren ( int topN, string dim ) : FacetResult
topN int
dim string
리턴 FacetResult

IntTaxonomyFacets() 보호된 메소드

Sole constructor.
protected IntTaxonomyFacets ( string indexFieldName, TaxonomyReader taxoReader, FacetsConfig config ) : System
indexFieldName string
taxoReader TaxonomyReader
config FacetsConfig
리턴 System

Rollup() 보호된 메소드

Rolls up any single-valued hierarchical dimensions.
protected Rollup ( ) : void
리턴 void

프로퍼티 상세

values 보호되어 있는 프로퍼티

Per-ordinal value.
protected int[] values
리턴 int[]