Skip to content

Commit 7b9826e

Browse files
authored
Merge pull request #181 from MITLibraries/TIMX-187-index-shard-settings
Sets primary and replica shard counts
2 parents 710582c + 131ed32 commit 7b9826e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/opensearch_mappings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"settings": {
3+
"number_of_shards": 1,
4+
"number_of_replicas": 1,
35
"analysis": {
46
"analyzer": {
57
"keyword_no_trailing_punctuation": {
@@ -398,4 +400,4 @@
398400
}
399401
}
400402
}
401-
}
403+
}

0 commit comments

Comments
 (0)