ISolrFacetFieldResults

Assembly: BISearch;

Description

The ISolrFacetFieldResults interface contains properties that are to work with the 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 the 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 the specified result of faceted search.

See also:

BISearch Assembly Interfaces