Identity Resolution
- Identity Resolution 10.5
- All Products
Field | Description |
---|---|
NAME= | A character string which identifies the Clustering-Definition . The name must not match any Search-Definition nor Multi-Search-Definition names in the same Project. This is a mandatory parameter. |
CLUSTERING-ID= | A unique two-character ID prefixed to all cluster numbers generated by this Clustering. This is a mandatory parameter. If the first Clustering definition is used for seeding and any subsequent Clusterings are adding to this seeded Clustering then all these Clusterings should use the same CLUSTERING-ID . See the CLUSTERING-METHOD=SEED section under User-Job-Definition for more information about seeding. |
IDX= | The name of the IDX used by the clustering step. If this parameter is not given, then the default IDX name "kx" followed by the given CLUSTERING-ID is assumed. The IDX is defined in the IDX-definition section (see the IDX Definition / NAME= section. |
INDEXES-PATH= | The path for Clustering index files. DCE does not support spaces in file or PATH names |
FORMATTED-FILE-PATH= | Optional path for the formatted data file fmt.tmp . Refer to the Reformat Input Data section. |
COMMENT= | An optional character string describing this clustering step. |
SEARCH-LOGIC= (alias to KEY-LOGIC=) | This parameter describes the logic to be used to generate search ranges to find candidate records from the IDT. It may differ from the KEY-LOGIC= used to generate keys for the IDT (as defined in the IDX-Definition). Refer to the Search Logic section for details. This is a mandatory parameter. |
SCORE-LOGIC | This parameter describes the normal matching logic used to refine the set of candidate records found by the Search-Logic . This is a mandatory parameter unless at least one of the other SCORE-LOGIC parameters is specified. Refer to the Score Logic section for details. |
PRE-SCORE-LOGIC | This optional parameter describes the lightweight matching logic used to refine the set of candidate records found by the Search-Logic. Refer to the Score Logic section for details. |
KEY-SCORE-LOGIC= | This optional parameter describes the normal matching logic used to refine the set of candidate records found by the Key-Logic . Refer to the Search Logic section for details. |
KEY-PRE-SCORE-LOGIC= | This optional parameter describes the light-weight matching logic used to refine the set of candidate records found by the Key-Logic . Refer to the Search Logic section for details. |
SORTED-FILE-PATH= | Optional path for the temporary sort data file srt.tmp . |
SORT-WORK1-PATH=, SORT-WORK2-PATH= | DCE may create sort work files when sorting a large result set. These parameters control the placement of these files and override the values possibly given in the Project-Definition . |
KEY-FIELD= | The name of the field in the database file which is to be used for key generation purposes. This must be a field defined in the File-Definition . It is recommended that any use of this keyword is reviewed and converted to use the newer Field(List of keyfields) Search-Logic/Key-Logic option. For more details, refer to the Search Logic section. |
CANDIDATE-SET-SIZE-LIMIT=n | Informs the DCE Search Server to process searches by first building a list of candidate records, eliminating duplicates, and then scoring the remainder. This process usually makes scoring more efficient. n specifies the maximum number of unique entries in the list. The default limit is 10000 records. A value of 0 disables this processing. |
SCHEDULE=<list of jobs> | Comma-separated list of jobs scheduled for this clustering. The jobs listed must be defined in the job-definition sections. |
UNMATCHED-FILE= | The name of the Logical-File entity that describes the Unmatched File. This file is created when running a clustering job with the No-New-Clusters option. When this parameter is defined, the records that did not match any existing clusters are written to the Unmatched File. An output view may be used to format the output file. |
OPTIONS= | A comma separated list of keywords used to control various search options:
|