ISolrFacetSearchResults.FindById

Syntax

FindById(Id: String): ISolrFacetFieldResults;

Parameters

Id. Identifier of the field, by which it is necessary to find results of faceted search.

Description

The FindById method searches and returns faceted search results grouped by the specified field.

Comments

The field identifier is case-sensitive.

Example

The example of work with the ISolrFacetSearchResults collection is given in description of the ISolrSearchResults.FacetSearchResults property.

See also:

ISolrFacetSearchResults