Assembly: BISearch;
The ISolrFilterCondition interface contains properties that are used to set up filtering condition of search results.
ISolrFilterCondition
A filtering condition can be obtained using the following properties and methods:
In the filtering condition 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 the collection of nested filtering conditions, which will be applied after the current condition. | |
Operator_ | The Operator_ property determines the operator, which will be used to merge the current condition and nested conditions. | |
SolrField | The SolrField property determines the field, which values will be used for filtering. | |
Values | The Values property returns the collection of values used for filtering. |
See also: