Skip to main content

CREATEPREDICATEINDEX

Index a metadata field to speed up predicate queries.

Syntax

CREATEPREDICATEINDEX <field> IN <store>CREATEPREDICATEINDEX <field> IN <store> SCHEMA media

Example

CREATEPREDICATEINDEX category IN article_store

See SDK examples (choose the AI proxy tab) for Python, Node, Go, and Rust.