increase indexed sd_hash prefix to 4 chars

This commit is contained in:
Victor Shyba 2021-12-08 04:35:31 -03:00 committed by Victor Shyba
parent 5f5f39a4aa
commit 2a4c5a48bf

View file

@ -37,7 +37,7 @@ INDEX_DEFAULT_SETTINGS = {
"type": "text", "type": "text",
"index_prefixes": { "index_prefixes": {
"min_chars": 1, "min_chars": 1,
"max_chars": 2 "max_chars": 4
} }
}, },
"height": {"type": "integer"}, "height": {"type": "integer"},