ISolrSortContext.AddField

Syntax

AddField(Value: ISolrField): ISolrSortItem;

Parameters

Value. Field, for which it is necessary to add sorting parameters.

Description

The AddField method adds sorting parameters for the specified field.

Example

The example of use is given in description of the ISolrSearchContext.SortContext property.

See also:

ISolrSortContext