Skip to content

UI.modern.content-auditor.collapsing-signature

Specify how results are determined to be duplicates within content auditor

Key: ui.modern.content-auditor.collapsing-signature
Type: String
Can be set in: profile.cfg, collection.cfg

Description

This setting controls how results are determined to be duplicates within content auditor, based on Funnelback's result collapsing feature.

Default Value

ui.modern.content-auditor.collapsing-signature=[$]

This default setting causes content auditor to consider two results to be duplicates if they contain the same set of indexed words.

Note that any setting used here must be among the set of collapsing signatures generated at indexing time. See indexing.collapse_fields for details.

Examples

To consider the binary document content for duplicate detection purposes, the following setting uses an MD5 hash generated by Funnelback's filecopier system (note, this hash is mapped into the H class in the default metadata mappings).

ui.modern.content-auditor.collapsing-signature=[H]

To consider documents to be duplicates if both the title and author are the same, the following setting could be used.

ui.modern.content-auditor.collapsing-signature=[t,author]

See Also

top

Funnelback logo
v15.24.0