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