Accelerate the Value of Data

Activity items indexed for Elastic search

Learn more about the fields indexed for Elastic search.

Let's take a look at a list of fields that are indexed for activity items, which are listed in the following table:

Filter fieldTypeAvailable by default?Example - how to filter
urlkeywordNoequals(items.url,'/entities/{id}/_update')
itemObjectUrikeywordNoequals(items.itemObjectUri, 'entities/123')
startObjectUrikeywordNoequals(items.startObjectUri, 'entities/123')
endObjectUrikeywordNoequals(items.endObjectUri, 'entities/123')
eventTypekeywordNoequals(items.data.type,'ENTITY_CHANGED')
methodkeywordNoequals(items.method,'GET')
objectTypekeywordNoequals(objectType, 'configuration/relationTypes/HasAddress')
timestampdateYesequals(items.timestamp,'1694170152327')
delta.attributeTypetext_multifields (list)NostartsWith(items.delta.attributeType, 'configuration/entityTypes/HCP')
delta.oldValuetext_multifields (list)NoequalsCaseSensitive(items.delta.oldValue, 'valueOld')
delta.newValuetext_multifields (list)NoequalsCaseSensitive(items.delta.newValue, 'valueNew')
delta.sourcestext_multifields (list)Nocontains(items.delta.sources, 'Reltio')