Assembly: BISearch;
The ISearchResults interface contains base properties that are used to work with the search results collection.
ISearchResults
The ISearchExecutor.Search method returns search results.
This interface is a base one for the ISolrSearchResults interface.
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: