Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISolrFilterCondition interfaces contains properties to set up filtering condition of search results.
ISolrFilterCondition
You can get filtering condition, using the following properties and methods:
In filtering condition it is necessary to determine filtering parameters by one field (the Operator_, SolrField, Values properties) or filtering parameters by several fields (the Nested property).
| Property name | Brief description | |
| Nested | The Nested property returns collection of nested filtering conditions which will be applied after current condition. | |
| Operator_ | The Operator_ property determines operator which will be used to merge current condition and nested conditions. | |
| SolrField | The SolrField property determines field which values will be used for filtering. | |
| Values | The Values property returns collection of values used for filtering. |
See also: