Unify and manage your data

Interaction fields indexed for Elastic search

Learn more about the fields that are indexed for Elastic search.

Let's take a look at a list of fields that are indexed for interactions. The following table lists these fields:

FieldTypeEntity Mapping (InteractionTO)DescriptionPresent by default?Example - how to filter
idkeyword$.uri (short)Interaction IDYesequals(id,'interactions/Reltio%2B1809972650')
timestampdate$.timestampYesgt(timestamp,1694167276)
typekeyword$.type.uri (short)Interaction typeYesequals(type,'configuration/interactionTypes/Email')
tagstext_multifields$.tagsNocontains(tags,'ANY_TAG')
attributesobject$.attributes.{attributeName}Collection of the interaction attributesYes

Specific attribute:

contains(attributes.Subject,'Order status')

Search over all attributes:

equals(attributes,'CLOSED')

attributes_end_datedate$.crosswalks.deleteDateDate when interaction stops being activeNogt(attributes_end_date,'1622487600000')
__locationgeo_point$.type.geoAttributesNoexists(__location)
geoLocationgeo_shape$.type.geoAttributesInteraction geolocation attributeNorange(geoLocation,'12.43,64.85','1')
businessProcessDataobject$.businessProcessDataCollection of attributes related to business processesNorange(businessProcessData.ANY_ATTR,'15','18')
consolidatedRatingtext$.consolidatedRatingNogt(consolidatedRating,'10')
members.typestext_multifields$.type.memberTypes[x].uri (short)Types of entities that play roles within the interactionYescontains(members.types,'Employee')
members._all.id.valuetext_multifields$.buckets[x].entityURI (short)IDs of entities that play roles within the interactionYesequals(members.Organization.id,'7fpyW4p')
Was this content helpful?