ISolrFacetSearchResults.Item

Fore Syntax

Item(ItemIndex: Integer): ISolrFacetFieldResults;

Fore.NET Syntax

Item[ItemIndex: Integer]: Prognoz.Platform.Interop.BISearch.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