CachedCopyEncoding

Name

CachedCopyEncoding -- defines whether to use cached copy compression

indexer.conf

Synopsis

CachedCopyEncoding {deflate | identity}

Description

CachedCopyEncoding defines whether to use compression when storing document cached copies into the database.

Possible values:

The default value is identity.

Scope

CachedCopyEncoding takes global effect for the entire configuration file and should be used only one time.

Examples


CachedCopyEncoding deflate
      

See also

AddEncoding, the Section called Cached copies in Chapter 3, the Section called Content-Encoding support in Chapter 3.