Assembly: BISearch;
The ISolrImportCustomValues interface contains methods, which will be used on indexing on custom fields processing.
ISolrImportCustomValues
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.
Method name | Brief description | |
FillValues | The FillValues method forms documents for custom fields indexing according to the specified parameters. |
See also: