ISolrFacetFieldResults

Assembly: BISearch;

Namespace: Prognoz.Platform.Interop.BISearch;

Description

The ISolrFacetFieldResults interface contains properties to work with collection of faceted search results grouped by specified field.

Inheritance Hierarchy

ISolrFacetFieldResults

Comments

Using properties and methods of the ISolrFacetSearchResults interface, you can get faceted search results grouped by the specified field.

Properties

  Property name Brief description
Count The Count property returns number of faceted search results.
Id The Id returns name of the field which was used to group search results.
Item The Item property returns specified result of faceted search.

See also:

BISearch Assembly Interfaces