ISolrImportCustomValues

Assembly: BISearch;

Description

The ISolrImportCustomValues interface contains methods, which will be used on indexing on custom fields processing.

Inheritance Hierarchy

ISolrImportCustomValues

Comments

Methods of this interface must be redetermined in the custom class. Name of the class and place of its implementation are determined in the ISolrImportCustomBinding.ClassName and ISolrImportCustomBinding.Assembly properties respectively.

Methods

  Method name Brief description
FillValues The FillValues method forms documents for custom fields indexing according to the specified parameters.

See also:

BISearch Assembly Interfaces