Method GetFacetEntries
GetFacetEntries(Int32, Int32)
Returns a list of facet entries to be rendered based on the specified offset and limit. The facet entries are retrieved from the facet entries collected during merging.
Declaration
public virtual IList<AbstractGroupFacetCollector.FacetEntry> GetFacetEntries(int offset, int limit)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | offset | The offset in the collected facet entries during merging |
System.Int32 | limit | The number of facets to return starting from the offset. |
Returns
Type | Description |
---|---|
IList<AbstractGroupFacetCollector.FacetEntry> | a list of facet entries to be rendered based on the specified offset and limit |