Basic Distribution Methods

This section describes the most easily configured methods for distributing data to multiple child servers.

Mirror Mode

In mirror mode, DIH copies all index actions to all child servers, to produce multiple identical copies of the index.

Advantages:

Disadvantages:

Simple Distribution Mode

In this method, mirror mode is turned off, but no other distribution options are turned on.

DIH copies all index actions to all child servers, but modifies the add actions so that each child server indexes only a portion of the documents. The child server does not index the other documents, but it does use them to deduplicate with existing content, according to your KillDuplicates options.

Advantages:

Disadvantages:

DistributeSendMinimal

In DistributeSendMinimal mode, DIH distributes documents in the same way as Simple distribution mode. Each server receives a modified add index action that instructs it to index only a portion of the documents received. However, unlike Simple mode, DIH parses and modifies the data that it sends to the child servers. For documents that the child server must index, it sends the full text of the document. For all other documents, DIH sends only a minimal representation, which contains only the reference fields that the server must use to remove any existing documents that are now duplicates.

Advantages:

Disadvantages:

Batch Mode

In batch mode, add index actions are rotated between child servers, so that each action goes to a single child server.

Advantages:

Disadvantages:


_FT_HTML5_bannerTitle.htm