ClassName: String;
ClassName: String;
The ClassName property determines a name of the class, which will be used on custom fields processing.
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>.
The example of use is given in description of the ISolrSearchEngineSchema.ImportProcessOptions property.
See also: