ISolrImportContext

Assembly: BISearch;

Description

The ISolrImportContext interface contains properties that are used to determine basic settings of data indexing.

Inheritance Hierarchy

          ISolrImportContext

Comments

To create a context, use the IImportExecutor.CreateContext method. To determine indexing settings, cast the method result to the ISolrImportContext interface.

Properties

  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:

BISearch Assembly Interfaces