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:
Field | Type | Entity Mapping (EntityTO) | Description | Present by default? | Example - how to filter |
---|---|---|---|---|---|
id | keyword | $.uri (short) | Entity ID | Yes | equals(id,'entities/130xSPbo') |
timestamp | date | $.createdTime | Yes | gt(timestamp,1694167276) | |
attributes | object | $.attributes.{attributeName} | Yes |
Specific attribute:
Search over all attributes:
| |
resolved | boolean | $.attributes.isEmpty() | Yes | equals(rdmLookups.resolved,'true')) |