ISolrImportCustomValues

Assembly: BISearch;

Namespace: Prognoz.Platform.Interop.BISearch;

Description

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

Inheritance Hierarchy

ISolrImportCustomValues

Comments

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

Methods

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

See also:

BISearch Assembly Interfaces