mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-11 00:52:25 +08:00
17 lines
383 B
YAML
17 lines
383 B
YAML
network.host: 0.0.0.0
|
|
|
|
index:
|
|
analysis:
|
|
analyzer:
|
|
ik_syno:
|
|
type: custom
|
|
tokenizer: ik_max_word
|
|
filter: [my_synonym_filter]
|
|
ik_syno_smart:
|
|
type: custom
|
|
tokenizer: ik_smart
|
|
filter: [my_synonym_filter]
|
|
filter:
|
|
my_synonym_filter:
|
|
type: synonym
|
|
synonyms_path: analysis/synonym.txt |