ISolrSearchResults

Assembly: BISearch;

Namespace: Prognoz.Platform.Interop.BISearch;

Description

The ISolrSearchResults interface contains properties to work with search results of search service basing on Apache Solr.

Inheritance Hierarchy

          ISearchResults

          ISolrSearchResults

Comments

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

Properties

  Property name Brief description
FacetSearchResults The FacetSearchResults property returns the faceted search scheduled tasks container.

Properties inherited from ISearchResults

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

See also:

BISearch Assembly Interfaces