Identity Resolution
- Identity Resolution 10.2
- All Products
0 | Emit each returned record on a new line (if the Append New Line option was selected) . Eg:
|
1 | For each record returned emit the search record, a "#", the search number, the score and the search result.
|
2 | For each search, emit the search and its number, followed by the list of records returned by that search together with the search number and the score returned for that record.
|
3 | For each search, emit the search number, then the search record and then a list of the scores and records returned.
|
4 | For each record emit the search number and the record, both on the same line.
|
5 | For each search, emit the best record only. The format is the search followed by the record, both on the same line.
|
6 | For each record emit 8 zeroes followed by the record.
|
7 | Same as 5, but each record is preceded by the score returned:
|