ISolrSortContext

Assembly: 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 be sorted in the order, in which fields are added to the collection: firstly, by the first field, next, by the second, and so on.

Properties

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

Methods

  Method name Brief description
AddField  
Clear The Clear method deletes all sorting parameters.
FindBySolrField The FindBySolrField method searches for sorting parameters by the specified field.
RemoveBySolrField The RemoveBySolrField method removes sorting parameters by the specified field and returns whether removal was successful.

See also:

BISearch Assembly Interfaces