Accelerate the Value of Data

Entity fields indexed for Elastic search

Learn more about the fields related to entities that were indexed for Elastic Search.

Let's take a look at a list of fields that are indexed for entities and entity crosswalks.

The following table lists all the entity fields that are indexed for Elastic Search:
Filter fieldTypePresent by default?Example - how to filter
idkeywordYes equals(id,'entities/130xSPbo')
timestampdateYes gt(timestamp,1694167276)
typekeywordYes equals(type,'configuration/entityTypes/HCP')
tagstext_multifieldsNo equals(cassandraVersion,123456)
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')
labeltextNocontains(label,'ANY_LABEL')
attribute_countlongYesgt(attribute_count, 999)
categorieskeywordNoequals(categories,'categories/1234')
pptextNoequals(pp,'1')
rolestext_multifieldsYesin(favoriteFor,'user2,user4')
analyticsAttributesobjectNoequals(analyticsAttributes.IQ.count,'0')
successfully_cleansedbooleanNoexists(successfully_cleansed)
crosswalk_sources_countobjectYesgt(crosswalk_sources_count,'10')
crosswalksobjectYesequals(crosswalks.sourceTable,'CTLN.HCP_ADDR')
createdTimelongYesgt(createdTime,'1694167276')
updatedTimelongYeslt(createdTime,'1694167276')
createdBytextNoequals(createdBy,'user1'))
updatedBytextNoequals(updatedBy,'user2'))

You can also index crosswalk fields. For more information, see topic Crosswalks fields indexed.