表示多元索引的結構信息,包括索引的所有字段、索引選項、索引預排序等配置信息。
數據結構
message IndexSchema {
repeated FieldSchema field_schemas = 1;
optional IndexSetting index_setting = 2;
optional Sort index_sort = 3;
}
名稱 | 類型 | 是否必選 | 描述 |
field_schemas | repeated FieldSchema | 是 | 多元索引所有字段的配置信息。 |
index_setting | 否 | 多元索引的路由鍵等配置信息。 | |
index_sort | 否 | 多元索引預排序的配置信息。索引預排序只支持按照主鍵排序和按照字段值排序。 |
相關操作
文檔內容是否對您有幫助?