Index management
Search indexes support a range of management operations, including creating and querying indexes, configuring time to live (TTL), and dynamically modifying index schemas.
|
Operation |
Description |
|
Create a search index for a data table by specifying the data table name, the search index name, and the index schema. |
|
|
List all search indexes that are associated with a data table. |
|
|
Retrieve the description of a search index, including field information and presorting settings. |
|
|
Delete a specified search index from a data table. |
|
|
TTL specifies how long data is retained in a search index. When data exceeds the TTL value, Tablestore automatically deletes it to free up storage space and reduce costs. |
|
|
Dynamically modify a search index schema to add, update, or remove index columns, or change the routing key and presorting method. |