post_push_index_command

Command to run after the Push Index phase during a collection update.

Key: post_push_index_command
Type: String
Can be set in: collection.cfg

Description

The Push Index phase is the phase used for replicating indexes to query processors. This command may only be used to push indexes to remote query processors.

Default Value

No default value

Examples

To make use of the included index replication command.

post_push_index_command=$SEARCH_HOME/linbin/ActivePerl/bin/perl $SEARCH_HOME/bin/publish_index.pl $COLLECTION_NAME

See Also