ISolrFilterCondition.SolrField

Fore Syntax

SolrField: ISolrField;

Fore.NET Syntax

SolrField: Prognoz.Platform.Interop.BISearch.ISolrField;

Description

The SolrField property determines field which values will be used for filtering.

Comments

List of fields which can be determined in the property is available in the ISolrSearchEngineSchema.Fields property.

Example

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

See also:

ISolrFilterCondition