ISolrFilterCondition.Values

Syntax

Values: ISolrFilterFieldValues;

Description

The Values property returns values used for filtering.

Comments

The output set will include only the records, which values by the ISolrFilterCondition.SolrField field correspond to the values specified in the Values property.

Example

The example of use is given in description of the ISolrSearchContext.FilterContext property.

See also:

ISolrFilterCondition