Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISolrFilterFieldValues interface contains properties that are used to determine values used to filter search results.
ISolrFilterFieldValues
Access to values used for filtering is powered by the ISolrFilterCondition.Values property.
| Property name | Brief description | |
| Operator_ | The Operator_ property determines the logical operator, which will be used between values on filtering by field. | |
| Values | The Values property determines an array of values, which will be used for filtering. |
See also: