crawler/example/config.json
2024-02-12 16:30:26 +02:00

16 lines
308 B
JSON

{
"index":
{
"name":"kvazar",
"host":"127.0.0.1",
"port":9308,
"meta":
{
"morphology":"stem_cz,stem_enru",
"index_exact_words":1,
"html_strip":1,
"min_word_len":3,
"min_prefix_len":3
}
}
}