Crosswalks fields indexed
Learn more about the fields indexed for Elastic search.
The following table lists the crosswalk fields indexed for Elastic search:
Field | Type | Entity Mapping (CrosswalkTO) | Description | Present by default? | Example - how to filter |
---|---|---|---|---|---|
type | text | $.type.uri (short) | Crosswalk type | Yes | equals(crosswalks.type,'ANY_TYPE') |
sourceTable | text | $.sourceTable | No | equals(crosswalks.sourceTable,'CTLN.HCP_ADDR') | |
value | keyword | $.value | Crosswalk value | Yes | equals(crosswalks.value,'ANY_VALUE') |
shortUri | keyword | $.uri (short) | Yes | equals(crosswalks.shortUri,'crosswalks/1') | |
initialSource | keyword | $.combinedInitialSource.uri | No | equals(crosswalks.initialSource,'FB') | |
createDate | long | $.createDate | Date the source object was created within the source system | Yes | gt(crosswalks.createDate,'1695376347') |
updateDate | long | $.updateDate | Date the source object was last updated within the source system | No | gt(crosswalks.updateDate,'1695376347') |
deleteDate | long | $.deleteDate | Date when an object that previously existed in the source was removed | No | gt(crosswalks.deleteDate,'1695376347') |
reltioLoadDate | long | $.reltioLoadDate | Date the source object was loaded in Reltio | No | gt(crosswalks.reltioLoadDate,'1695376347') |
sourcePublishDate | long | $.sourcePublishDate | No | gt(crosswalks.sourcePublishDate,'1695376347') | |
crosswalkExternalInfo.dtssInfo | object | $.crosswalkExternalInfo.dtssInfo | No | equals(crosswalks.crosswalkExternalInfo.dtssInfo.tenantId,'ANY_TENANT_ID') |