Accelerate the Value of 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:

Filter fieldTypePresent by default?Example - how to filter
idkeywordYesequals(id,'entities/130xSPbo')
timestampdateYesgt(timestamp,1694167276)
typekeywordYesequals(type,'configuration/entityTypes/HCP')
tagstext_multifieldsNocontains(tags,'ANY_TAG')
attributesobjectYesSpecific attribute:startsWith(attributes.FirstName,'YO')

Search over all attributes:equals(attributes,'CLOSED')

activity_startlongYesequals(activity_start,'1622487600000')
activity_endlongNoequals(activity_end,'1622487600000')
attributes_end_datedateNogt(attributes_end_date,'1622487600000')
__locationgeo_pointNorange(__location,'12.43,64.85','1')
geoLocationgeo_shapeNorange(geoLocation,'12.43,64.85','1')
businessProcessDataobjectNorange(businessProcessData.ANY_ATTR,'15','18')
consolidatedRatingtextNogt(consolidatedRating,'10')
members.typestext_multifieldsYescontains(members.types,'Employee')
members._all.id.valuetext_multifieldsYesequals(members.Organization.id,'7fpyW4p')