Skip to content

Commit cbe9827

Browse files
committed
iter
1 parent 32008f6 commit cbe9827

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/reference/mapping.asciidoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,8 @@ You know more about your data than Elasticsearch can guess, so while dynamic
118118
mapping can be useful to get started, at some point you will want to specify
119119
your own explicit mappings.
120120

121-
You can create field mappings when you
122-
<<indices-create-index,create an index>>, and you can add
123-
fields to an existing index with the <<indices-put-mapping,PUT mapping API>>.
121+
You can create field mappings when you <<create-mapping,create an index>> and
122+
<<add-field-mapping,add fields to an existing index>>.
124123

125124
[float]
126125
[[create-mapping]]
@@ -176,7 +175,7 @@ PUT /my-index/_mapping
176175

177176
[float]
178177
[[update-mapping]]
179-
== Update the mapping of a field
178+
=== Update the mapping of a field
180179

181180
You can't change the mapping of an existing field, with the following
182181
exceptions:

0 commit comments

Comments
 (0)