阅读index module文档
This commit is contained in:
@@ -1,3 +1,23 @@
|
|||||||
|
- [index modules](#index-modules)
|
||||||
|
- [index module introduce](#index-module-introduce)
|
||||||
|
- [索引设置](#索引设置)
|
||||||
|
- [static index settings](#static-index-settings)
|
||||||
|
- [`index.number_of_shards`](#indexnumber_of_shards)
|
||||||
|
- [Analysis](#analysis)
|
||||||
|
- [index shard allocation](#index-shard-allocation)
|
||||||
|
- [index blocks](#index-blocks)
|
||||||
|
- [index block settings](#index-block-settings)
|
||||||
|
- [`index.blocks.read_only`](#indexblocksread_only)
|
||||||
|
- [`index.blocks.read_only_allow_delete`](#indexblocksread_only_allow_delete)
|
||||||
|
- [`index.blocks.read`](#indexblocksread)
|
||||||
|
- [`index.blocks.write`](#indexblockswrite)
|
||||||
|
- [`index.blocks.metadata`](#indexblocksmetadata)
|
||||||
|
- [增加index block示例](#增加index-block示例)
|
||||||
|
- [path param](#path-param)
|
||||||
|
- [query param](#query-param)
|
||||||
|
- [示例](#示例)
|
||||||
|
|
||||||
|
|
||||||
# index modules
|
# index modules
|
||||||
## index module introduce
|
## index module introduce
|
||||||
index module用于对索引进行创建,并且控制和索引相关的各个方面。
|
index module用于对索引进行创建,并且控制和索引相关的各个方面。
|
||||||
|
|||||||
Reference in New Issue
Block a user