Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISolrSortItem interface contains properties that are used to set up sorting parameters of search results by the specified field.
ISolrSortItem
Sorting parameters by the specified field can be obtained using properties and methods of the ISolrSortContext interface.
Property name | Brief description | |
SolrField | The SolrField property returns the field, for which sorting parameters are set up. | |
SortDirection | The SortDirection property determines sorting order. |
See also: