ISolrImportCustomBinding.ClassName

Fore Syntax

ClassName: String;

Fore.NET Syntax

ClassName: String;

Description

The ClassName property determines a name of the class, which will be used on custom fields processing.

Comments

As a property value, specify name of the class implemented by the ISolrImportCustomValues interface.

If class implementation is in the .NET assembly, the name is specified in the following format: <Default namespace>.<Class name>.

Example

The example of use is given in description of the ISolrSearchEngineSchema.ImportProcessOptions property.

See also:

ISolrImportCustomBinding