Indexing CLI (indra_cogex.indexing.cli)

indra_cogex indexing

Build indexes on the database.

indra_cogex indexing [OPTIONS]

Options

--all

Build all indexes

--index-nodes

Index all nodes on the id property.

--index-evidence-nodes

Index the Evidence nodes on the stmt_hash property.

--index-indra-relations

Index the INDRA relations on the stmt_hash property.

--exist-ok

If set, skip already set indices silently, otherwise an exception is raised if attempting to set an index that already exists.