ISolrSortContext.FindBySolrField

Syntax

FindBySolrField(Value: ISolrField): ISolrSortItem;

Parameters

Value. Field that is used to search for sorting parameters.

Description

The FindBySolrField method searches for sorting parameters by the specified field.

Comments

The method returns parameters of sorting by field in case of successful search and Null if sorting is not executed by the specified field.

See also:

ISolrSortContext