Assembly: BISearch;
The ISolrFacetFieldResults interface contains properties that are to work with the 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 the 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 the specified result of faceted search. |
See also: