Skip to main content
Represents the dictionary of a text index in MergeTree tables. Returns tokens with their posting list metadata. It can be used for introspection.

Syntax

Arguments

Returned value

A table object with tokens and their posting list metadata. If the index uses the keyValuePairs tokenizer, each token is a (key, value) pair of a Map column, and the result has two additional columns token_key and token_value with the decoded parts of the token.

Usage Example

Query
Response
Last modified on September 25, 2026