Schema Definitions
Secondary Indexing
Indexing a field of a node as a global secondary index.
To do this, you can use the INDEX
keyword.
This internally creates a table for the indexed field. To query a node by the indexed field, you can use object syntax:
Note: You can currectly only use indexing with nodes. Indexing for edges and vectors is not supported yet.