mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
add index settings support
This commit is contained in:
parent
4aadb7f642
commit
192e45103d
8 changed files with 41 additions and 16 deletions
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue