add index settings support

This commit is contained in:
ghost 2023-11-25 16:01:46 +02:00
parent 4aadb7f642
commit 192e45103d
8 changed files with 41 additions and 16 deletions

View file

@ -8,7 +8,22 @@
},
"index":
{
"document":"yo_document"
"document":{
"name":"yo_document",
"settings":
{
"morphology":
[
"stem_cz",
"stem_ar",
"stem_enru"
],
"index_exact_words":1,
"html_strip":1,
"min_word_len":3,
"min_prefix_len":3
}
}
}
},
"webui":