Assembly: BISearch;
The ISolrFacetSearchResults interface contains properties and methods that are used to work with faceted search results.
ISolrFacetSearchResults
Faceted search results are available in the ISolrSearchResults.FacetSearchResults property.
Property name | Brief description | |
Count | The Count property returns the number of faceted search results. | |
Item | The Item property returns faceted search results grouped by a field. |
Method name | Brief description | |
FindById | The FindById method searches and returns faceted search results grouped by the specified field. |
See also: