Set RoundRobinMode
to true
to set the Distributed Index Handler to distribute DREREPLACE index actions and index data in Round Robin mode
In this mode, indexing is rotated over a number of child servers in Round Robin fashion. At the outset, index data are forwarded to the child server of the Distributed Index Handler that is designated as the Start Server. Index data is sent to the start server for a pre-determined period of time. At the end of this period, the Distributed Index Handler switches index data traffic to the next child server for the same period of time. When data have been distributed to all child servers, the same process is repeated, starting from the Start Server.
Type: | Boolean |
---|---|
Default: | False |
Required: | No |
Configuration Section: | Server |
Example: | RoundRobinMode=true
|
See Also: |
|