ISolrImportCustomBinding.ClassName

Fore Syntax

ClassName: String;

Fore.NET Syntax

ClassName: String;

Description

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

Comments

As property value it is necessary to determine name of the class implemented by the ISolrImportCustomValues interface.

If class implementation is in the .NET assembly, the name is determined 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