Skip to main content
Mitratech Success Center

Client Support Center

Need help? Click a product group below to select your application and get access to knowledge articles, webinars, training content, and release notes or to contact our support team.

Authorized users - log in to create a ticket, view tickets status and check your success plan details.

 

Indexing Studio Batch Fields

Batch Fields can be used in Indexing Studio to configure the same Index value for a batch Field in all the selected files. See “Batch Field Mapping” for information on how to configure Batch Fields.

By default, the Batch Fields menu option is not available in the Application’s menu. To make this option available, the file HitecLabs.DataStore.IndexingStudio.exe.config must be edited.

Locate the file HitecLabs.DataStore.IndexingStudio.exe.config and open it in Notepad (or a similar editor).

Search for UseBatchDocumentStorage and then set it to True:

<setting name="UseBatchDocumentStorage" serializeAs="String">
    <value>True</value>
</setting>

Next, search for AllowBatchFieldMapping and set it to True:

<setting name="AllowBatchFieldMapping" serializeAs="String">
    <value>True</value>
</setting>

When Indexing Studio is next run, the Batch Field Mapping option will be available in Indexing Studio’s Application’s menu.

image

UseBatchDocumentStorage can be used on its own. See “Advanced Settings for Storing Files” for more information.

  • Was this article helpful?