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