Unify and manage your data

Lookup fields indexed for Elastic Search

Learn more about fields related to lookups that are indexed for Elastic search.

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

FieldTypeEntity Mapping (EntityTO)DescriptionPresent by default?Example - how to filter
idkeyword$.uri (short)Entity IDYesequals(id,'entities/130xSPbo')
timestampdate$.createdTimeYesgt(timestamp,1694167276)
attributesobject$.attributes.{attributeName}Yes

Specific attribute:

equals(rdmLookups.attributes.Gender,'NonExistent')

Search over all attributes:

equals(rdmLookups.attributes,'CLOSED')

resolvedboolean$.attributes.isEmpty()Yesequals(rdmLookups.resolved,'true'))