Method GetAllDims
GetAllDims(Int32)
Returns topN labels for any dimension that had hits, sorted by the number of hits that dimension matched; this is used for "sparse" faceting, where many different dimensions were indexed, for example depending on the type of document.
Declaration
public virtual IList<FacetResult> GetAllDims(int topN)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | topN |
Returns
Type | Description |
---|---|
IList<FacetResult> |