Unify and manage your data

Crosswalks fields indexed

Learn more about the fields indexed for Elastic search.

The following table lists the crosswalk fields indexed for Elastic search:

FieldTypeEntity Mapping (CrosswalkTO)DescriptionPresent by default?Example - how to filter
typetext$.type.uri (short)Crosswalk typeYesequals(crosswalks.type,'ANY_TYPE')
sourceTabletext$.sourceTableNoequals(crosswalks.sourceTable,'CTLN.HCP_ADDR')
valuekeyword$.valueCrosswalk valueYesequals(crosswalks.value,'ANY_VALUE')
shortUrikeyword$.uri (short)Yesequals(crosswalks.shortUri,'crosswalks/1')
initialSourcekeyword$.combinedInitialSource.uriNoequals(crosswalks.initialSource,'FB')
createDatelong$.createDateDate the source object was created within the source systemYesgt(crosswalks.createDate,'1695376347')
updateDatelong$.updateDateDate the source object was last updated within the source systemNogt(crosswalks.updateDate,'1695376347')
deleteDatelong$.deleteDateDate when an object that previously existed in the source was removedNogt(crosswalks.deleteDate,'1695376347')
reltioLoadDatelong$.reltioLoadDateDate the source object was loaded in ReltioNogt(crosswalks.reltioLoadDate,'1695376347')
sourcePublishDatelong$.sourcePublishDateNogt(crosswalks.sourcePublishDate,'1695376347')
crosswalkExternalInfo.dtssInfoobject$.crosswalkExternalInfo.dtssInfoNoequals(crosswalks.crosswalkExternalInfo.dtssInfo.tenantId,'ANY_TENANT_ID')