ISolrSearchResults

Assembly: BISearch;

Description

The ISolrSearchResults interface contains properties that are used to work with search results of search service based on Apache Solr.

Inheritance Hierarchy

          ISearchResults

          ISolrSearchResults

Comments

The ISearchExecutor.Search method returns search results. Cast the obtained result to the ISolrSearchResults interface.

Properties

  Property name Brief description
FacetSearchResults The FacetSearchResults property returns the result of faceted search.

Properties inherited from ISearchResults

  Property name Brief description
Count The Count property returns the number of loaded search results.
Item The Item property returns the specified record with search results.
TotalCount The TotalCount property returns the total number of records with search results.

See also:

BISearch Assembly Interfaces