Tablestore SDK for Go supports search index management operations such as creating and deleting search indexes, querying index details, and configuring the time to live (TTL).
|
Operation |
Description |
|
Create a search index for a data table. You must specify the data table name, the search index name, and the schema of the search index. |
|
|
List all search indexes created for a data table. |
|
|
Update the configurations of a search index, such as the TTL. |
|
|
Query the description of a search index, including field information and presorting settings. |
|
|
Delete a search index from a data table. |
|
|
TTL specifies how long data is retained in a search index. When the retention period exceeds the TTL value, Tablestore automatically deletes the expired data to free up storage space and reduce costs. |