Accelerate the Value of Data

Relationship 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 relations. The following table lists these fields:
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')
startObjecttextYesequals(startObject,'entities/130xSPbo')
endObjecttextYesequals(endObject,'entities/130xSPbo')
crosswalks_countlongYesgt(crosswalks_count,'10')