ISolrSortItem

Assembly: BISearch;

Namespace: Prognoz.Platform.Interop.BISearch;

Description

The ISolrSortItem interface contains properties to set up sorting parameters of search results by specified field.

Inheritance Hierarchy

ISolrSortItem

Comments

The sortings parameters by specified fields can be obtained using properties and methods of the ISolrSortContext interface.

Properties

  Property name Brief description
SolrField The SolrField property returns field for which sorting parameters are set up.
SortDirection The SortDirection property determines sorting order.

See also:

BISearch Assembly Interfaces