ISolrSortContext

Assembly: BISearch;

Namespace: Prognoz.Platform.Interop.BISearch;

Description

The ISolrSortContext interface contains properties and methods of the collection including sorting parameters of search results.

Inheritance Hierarchy

ISolrSortContext

Comments

The ISolrSearchContext.SortContext property returns sorting parameters. Search results will sorted in the order in which fields are added in the collection: at first, by the first field, next, by the second and so on.

Properties

  Property name Brief description
Count The Count property returns number of sorting parameters in collection.
Item The Item property returns specified sorting parameters.

Methods

  Method name Brief description
AddField  
Clear The Clear method removes all sorting parameters.
FindBySolrField The FindBySolrField method searches sorting parameters by the specified field.
RemoveBySolrField The RemoveBySolrField method removes sorting parameters by specified field and returns object of successful removing.

See also:

BISearch Assembly Interfaces