You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guide/reference/api/admin-indices-create-index.textile
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,12 @@
1
1
---
2
2
layout: guide
3
-
title: Create Index API
3
+
title: 索引创建 API
4
4
cat: guide
5
5
sidebar: reference_api
6
6
---
7
7
8
8
p. The create index API allows to instantiate an index. ElasticSearch provides support for multiple indices, including executing operations across several indices. Each index created can have specific settings associated with it.
p. The above second example curl shows how an index called @twitter@ can be created with specific settings for it using "YAML":http://www.yaml.org. In this case, creating an index with 3 shards, each with 2 replicas. The index settings can also defined with "JSON":http://www.json.org:
p. For more information regarding all the different index level settings that can be set when creating an index, please check the "index modules":/guide/reference/index-modules section.
0 commit comments