ISolrSortContext.FindBySolrField

Fore Syntax

FindBySolrField(Value: ISolrField): ISolrSortItem;

Fore.NET Syntax

FindBySolrField(Value: Prognoz.Platform.Interop.BISearch.ISolrField): Prognoz.Platform.Interop.BISearch.ISolrSortItem;

Parameters

Value. Field used to search sorting parameters.

Description

The FindBySolrField method searches sorting parameters by the specified field.

Comments

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

See also:

ISolrSortContext