We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b8b97 commit 6b46334Copy full SHA for 6b46334
docs/java-api/admin/indices/put-mapping.asciidoc
@@ -60,7 +60,7 @@ You can use the same API to update an existing mapping:
60
[source,java]
61
--------------------------------------------------
62
client.admin().indices().preparePutMapping("twitter") <1>
63
- .setType("tweet") <2>
+ .setType("user") <2>
64
.setSource("{\n" + <3>
65
" \"properties\": {\n" +
66
" \"user_name\": {\n" +
0 commit comments