Assembly: BISearch;
The ISolrSearchResults interface contains properties that are used to work with search results of search service based on Apache Solr.
ISolrSearchResults
The ISearchExecutor.Search method returns search results. Cast the obtained result to the ISolrSearchResults interface.
Property name | Brief description | |
FacetSearchResults | The FacetSearchResults property returns the result of faceted search. |
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: