Property | Type | Description | |
---|---|---|---|
values | int[] |
Method | Description | |
---|---|---|
GetSpecificValue ( string dim ) : float | ||
GetTopChildren ( int topN, string dim ) : FacetResult |
Method | Description | |
---|---|---|
IntTaxonomyFacets ( string indexFieldName, TaxonomyReader taxoReader, FacetsConfig config ) : System |
Sole constructor.
|
|
Rollup ( ) : void |
Rolls up any single-valued hierarchical dimensions.
|
Method | Description | |
---|---|---|
Rollup ( int ord ) : int |
public GetSpecificValue ( string dim ) : float | ||
dim | string | |
return | float |
public GetTopChildren ( int topN, string dim ) : FacetResult | ||
topN | int | |
dim | string | |
return | FacetResult |
protected IntTaxonomyFacets ( string indexFieldName, TaxonomyReader taxoReader, FacetsConfig config ) : System | ||
indexFieldName | string | |
taxoReader | TaxonomyReader | |
config | FacetsConfig | |
return | System |