Skip to content

Commit

Permalink
feat(doc): update elasticsearch.md (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahoo-Wang authored Nov 7, 2024
1 parent c5d9b25 commit 3596bc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/docs/guide/extensions/elasticsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ POST _index_template/wow-snapshot-template
],
"template": {
"settings": {
"number_of_shards": 1,
"number_of_replicas": 1
"number_of_shards": 3,
"number_of_replicas": 2
},
"mappings": {
"properties": {
Expand Down Expand Up @@ -107,7 +107,7 @@ POST _index_template/wow-snapshot-template
}
},
{
"Id_string_as_keyword": {
"id_suffix_string_as_keyword": {
"match": "*Id",
"match_mapping_type": "string",
"mapping": {
Expand Down

0 comments on commit 3596bc2

Please sign in to comment.