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