ISearchResults

Assembly: BISearch;

Namespace: Prognoz.Platform.Interop.BISearch;

Description

The ISearchResults interface contains basic properties to work with collection of search results.

Inheritance Hierarchy

ISearchResults

Comments

The ISearchExecutor.Search method returns search results.

This interface is basic for the ISolrSearchResults interface.

Properties

  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