Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISolrFacetFieldResults interface contains properties to work with collection of faceted search results grouped by specified field.
ISolrFacetFieldResults
Using properties and methods of the ISolrFacetSearchResults interface, you can get faceted search results grouped by the specified field.
| Property name | Brief description | |
| Count | The Count property returns number of faceted search results. | |
| Id | The Id returns name of the field which was used to group search results. | |
| Item | The Item property returns specified result of faceted search. |
See also: