Assembly: BISearch;
Namespace: Prognoz.Platform.Interop.BISearch;
The ISolrImportContext interface contains properties to determine basic settings of data indexing.
ISolrImportContext
To create context, use the IImportExecutor.CreateContext method. To determine indexing settings lead the method result to the ISolrImportContext interface.
| Property name | Brief description | |
| CleanType | The CleanType method determines mode of search index clearing before update. | |
| Locales | The Locales property determines a list of languages used for data indexing. |
See also: