ISolrFacetSearchResults.Item

Syntax

Item(ItemIndex: Integer): ISolrFacetFieldResults;

Parameters

ItemIndex. Index of the faceted search result set grouped by a field.

Description

The Item property returns faceted search results grouped by a field.

Example

The example of work with the ISolrFacetSearchResults collection is given in description of the ISolrSearchResults.FacetSearchResults property.

See also:

ISolrFacetSearchResults