Index Load
configuration files for merging indexes
Index Load requires configuration files before it can merge search indexes.
Base merge configuration file (wc-indexload-merge-base.xml)
The wc-indexload-merge-base.xml file contains business object
configurations. You can find a sample version of this file in the
WC_installdir/samples/SolrIndex/template/SampleIndexCore/indexload
directory. Copy this file to a working directory, and when you have edited it move it to the
Search_ear/indexload directory.
Sample files are available for download in the following file: indexload_merge.zip.
Merge configuration file (wc-indexload-merge.xml)
The wc-indexload-merge.xml file contains configurable performance attributes
and load item configurations. For more information about the configurable
performance attributes, see Tuning Index Load.
It can contain one or multiple LoadItem definitions, with every
LoadItem configuration specifying the specific LoadItem
configuration and coreName target. Multiple LoadItems are
run in parallel, without sequence.
The following configurable performance attributes apply to merge configuration files:
DataTargetLocation
The location of the index data directory of the final merged index, relative to the core's
instance directory.
The default value is data/index.timestamp under the
core's instance directory.
DataDirectoryScanInterval
The number of seconds to wait between each checking of the index data directory. This interval
ensures that all index data directories are ready before they are merged.
The default value is 60.
DataDirectoryScanRetries
The number of times to check for the availability of the index data directory. This ensures that
all index data directories are ready before they are merged.
The default value is 10.
OptimizeAfterMerge
Indicates whether Index Load performs index optimization after they are merged.
The default value is true.
ActivateAfterMerge
Indicates whether Index Load attempts to swap in the merged index data directory to be the
active index of the target core upon a successful merge. Done by reloading the core by using the
index.properties file.
The default value is true.
Sample configuration files for merging indexes
You can use the following sample configuration files for reference: indexload_merge.zip.