Collector Properties
Configuration for the multi-signal duplicate collector.
embabel.dice.collector.enabled is the master switch (on by default). Each signal — the built-in pair sources and scorers CollectorAutoConfiguration wires up — gets its own entry under signals, keyed by its short name (vector, lexical, entity-overlap, grounding-overlap, provenance-overlap, polarity-veto), so ops can disable one or tune its weight without touching code.
Constructors
Types
One signal's override. weight, similarityThreshold and topK are nullable so "not set" is distinguishable from "set to the scorer's own default" — a null weight falls back to the scorer's own neutral default instead of forcing a specific number.
The periodic delta-sweep. Just the property, no runner wired up yet.
The collector's inspectable decision trace (edges, components, decisions).
Properties
Minimum aggregate score for an edge to be eligible to merge its endpoints.
Per-signal overrides, keyed by short signal name (see SignalProperties).
The periodic delta-sweep. Property binding only for now — no runner behind it yet.
The collector's inspectable decision trace.