mergeTreeTextIndex Table Function
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
| Argument | Description |
|---|---|
database | The database name to read text index from. |
table | The table name to read text index from. |
index_name | The text index to read from. |
Returned value
A table object with tokens and their posting list metadata.
Usage Example
Result: