ISolrCustomFieldSearchResults.FindBySolrField

Syntax

FindBySolrField(Value: ISolrField): ISolrCustomFieldSearchResult;

Parameters

Value. Custom field, for which search results must be found.

Description

The FindBySolrField method searches and returns result for the specified custom field.

Comments

The method returns results if the search is successful and Null if nothing is found for the specified custom field.

Example

The example of work with the ISolrCustomFieldSearchResults collection is given in description of the ISolrSearchResult.CustomFieldSearchResults property.

See also:

ISolrCustomFieldSearchResults