Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISolrSortContext interface contains properties and methods of the collection including sorting parameters of search results.
ISolrSortContext
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.
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. |
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: