Setting metadata indexing requires the
2026-07 version of the API or later.Set metadata indexing
You can limit metadata indexing when you create an index with integrated embedding, or at namespace creation for any index:- Index-level metadata indexing rules apply to all namespaces that don’t have their own rules.
- Namespace-level metadata indexing rules override index-level rules.
filterable to true for each field to index. To leave a field unindexed, omit it (filterable: false isn’t supported).
Check metadata indexing
To check which metadata fields are indexed, you can describe the index or namespace:schema object with the names of the metadata fields explicitly indexed during index or namespace creation, alongside any search fields declared on the index.
The response does not include unindexed metadata fields or metadata fields indexed by default.