ISolrFilterCondition.Values

Fore Syntax

Values: ISolrFilterFieldValues;

Fore.NET Syntax

Values: Prognoz.Platform.Interop.BISearch.ISolrFilterFieldValues;

Description

The Values property returns values used for filtering.

Comments

The result set will include only the records which values by the ISolrFilterCondition.SolrField field corresponds to the values indicated in the Values proprety.

Example

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

See also:

ISolrFilterCondition