ISolrSortContext.RemoveBySolrField

Fore Syntax

RemoveBySolrField(Value: ISolrField): Boolean;

Fore.NET Syntax

RemoveBySolrField(Value: Prognoz.Platform.Interop.BISearch.ISolrField): Boolean;

Parameters

Value. Field by which it is necessary to remove sorting parameters.

Description

The RemoveBySolrField method removes sorting parameters by specified field and returns object of successful removing.

Comments

The method returns True, if sorting parameters were removed and False, if removing is impossible for some reasons.

See also:

ISolrSortContext