get_record Flags
get_record
Retrieves information about a specific record.
| SDK | Method |
|---|---|
| C# | GetRecord
|
| Java | getRecord
|
| Python | get_record
|
The default composite flag is SZ_RECORD_DEFAULT_FLAGS
.
SZ_RECORD_DEFAULT_FLAGS
The output of SZ_RECORD_DEFAULT_FLAGS is equivalent to:
SZ_ENTITY_INCLUDE_RECORD_UNMAPPED_DATA
Include the record unmapped data for the entity or record.
SZ_ENTITY_INCLUDE_RECORD_FEATURE_DETAILS
Include full feature details at the record level of an entity response or in a record response.
SZ_ENTITY_INCLUDE_RECORD_FEATURE_STATS
Adding SZ_ENTITY_INCLUDE_RECORD_FEATURE_STATS includes statistics for each record feature: ENTITY_COUNT (how many entities share the feature), and CANDIDATE_CAP_REACHED / SCORING_CAP_REACHED (whether the feature hit its generic threshold for candidate generation or scoring). Shown here combined with SZ_ENTITY_INCLUDE_RECORD_FEATURE_DETAILS
, which provides the features the statistics describe.
SZ_INCLUDE_FEATURE_HASHES
Adding SZ_INCLUDE_FEATURE_HASHES includes a FEAT_HASH value for each feature, the hashed form Senzing uses internally. Shown here combined with SZ_ENTITY_INCLUDE_RECORD_FEATURE_DETAILS
, which provides the features being hashed.
If you have any questions, contact Senzing Support. Support is 100% FREE!