C# 클래스 Lucene.Net.Facet.MultiFacets

Maps specified dims to provided Facets impls; else, uses the default Facets impl.
상속: Lucene.Net.Facet.Facets
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
GetAllDims ( int topN ) : List
GetSpecificValue ( string dim ) : float
GetTopChildren ( int topN, string dim ) : FacetResult
MultiFacets ( Facets>.IDictionary dimToFacets, Lucene.Net.Facet.Facets defaultFacets = null ) : System.Collections.Generic

Create this, with the specified default Facets for fields not included in dimToFacets.

메소드 상세

GetAllDims() 공개 메소드

public GetAllDims ( int topN ) : List
topN int
리턴 List

GetSpecificValue() 공개 메소드

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

GetTopChildren() 공개 메소드

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

MultiFacets() 공개 메소드

Create this, with the specified default Facets for fields not included in dimToFacets.
public MultiFacets ( Facets>.IDictionary dimToFacets, Lucene.Net.Facet.Facets defaultFacets = null ) : System.Collections.Generic
dimToFacets Facets>.IDictionary
defaultFacets Lucene.Net.Facet.Facets
리턴 System.Collections.Generic