ISolrFilterCondition

Assembly: BISearch;

Description

The ISolrFilterCondition interface contains properties that are used to set up filtering condition of search results.

Inheritance Hierarchy

ISolrFilterCondition

Comments

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).

Properties

  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:

BISearch Assembly Interfaces