ISolrImportContext.Locales

Fore Syntax

Locales: Array;

Fore.NET Syntax

Locales: Array;

Description

The Locales property determines a list of languages used for data indexing.

Comments

As property value it is necessary to determine an array containing the LocaleCodeID enumeration elements.

Example

The example of use is given in description of the IImportExecutor.Import method.

See also:

ISolrImportContext