ISolrFilterFieldValues

Assembly: BISearch;

Description

The ISolrFilterFieldValues interface contains properties that are used to determine values used to filter search results.

Inheritance Hierarchy

ISolrFilterFieldValues

Comments

Access to values used for filtering is powered by the ISolrFilterCondition.Values property.

Properties

  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:

BISearch Assembly Interfaces