The Memri Schema
An indexer enhances your personal data by inferring facts over existing data and adding those to the database.
| Properties/Edges | Type | Description |
|---|---|---|
| from: Type | ||
| from: Item | ||
| dateAccessed | Last access date of the Item. | |
| dateCreated | Creation date of the Item. | |
| dateModified | Last modification date of the Item. | |
| deleted | Whether the Item is deleted. | |
| externalId | The identifier of an external source. | |
| genericType | A generic type that can be given to any Item to further specify what it is. | |
| itemDescription | A description of the item. | |
| starred | Whether the Item is starred. | |
| version | The last version loaded from the server. | |
| uid | The unique identifier of the Item set by the pod. | |
| importJson | Data that cannot directly be imported in the appropriate Items (yet), in JSON format | |
| from: Integrator | ||
| name | The name of the item. | |
| repository | Repository associated with this item, e.g. used by Pod to start appropriate integrator container. | |
| from: Indexer | ||
| icon | A graphic symbol to represent some Item. | |
| query | A Memri query that retrieves a set of Items from the Pod database. | |
| bundleImage | An image in the Xcode bundle. | |
| runDestination | The destination of a run. | |
| indexerClass | The type of an Indexer. | |