ISolrSortContext.RemoveBySolrField

Syntax

RemoveBySolrField(Value: ISolrField): Boolean;

Parameters

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

Description

The RemoveBySolrField method removes sorting parameters by the specified field and returns whether removal was successful.

Comments

The method returns True if sorting parameters were removed, and False if removal is impossible due to some reasons.

See also:

ISolrSortContext