ISolrFacetSearchResults

Assembly: BISearch;

Description

The ISolrFacetSearchResults interface contains properties and methods that are used to work with faceted search results.

Inheritance Hierarchy

ISolrFacetSearchResults

Comments

Faceted search results are available in the ISolrSearchResults.FacetSearchResults property.

Properties

  Property name Brief description
Count The Count property returns the number of faceted search results.
Item The Item property returns faceted search results grouped by a field.

Methods

  Method name Brief description
FindById The FindById method searches and returns faceted search results grouped by the specified field.

See also:

BISearch Assembly Interfaces