Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISolrSearchResults interface contains properties to work with search results of search service basing on Apache Solr.
ISolrSearchResults
The ISearchExecutor.Search method returns search results. Lead obtained result to the ISolrSearchResults interface.
| Property name | Brief description | |
| FacetSearchResults | The FacetSearchResults property returns the faceted search scheduled tasks container. |
| 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: