push.replication.ignore.data

Background

Specifies if push data sources running as query processors should download the document data from master. When set 'true' push data sources running as query processors will not be able to serve cached copies and will be unable to be promoted to an admin.

Setting the key

Set this configuration key in the search package or data source configuration.

Use the configuration key editor to add or edit the push.replication.ignore.data key, and set the value. This can be set to any valid Boolean value.

Default value

Default is to download the document data, so cached copies are available on the query processor.

push.replication.ignore.data=false

Examples

If you don’t need cached copies of documents, and wish to save network load set:

push.replication.ignore.data=true