diff --git a/plugins/sphinx/tpl/simdht.conf b/plugins/sphinx/tpl/simdht.conf index 4032b82d1..5e6a325df 100755 --- a/plugins/sphinx/tpl/simdht.conf +++ b/plugins/sphinx/tpl/simdht.conf @@ -56,4 +56,5 @@ index search_hash ngram_len = 1 ngram_chars = U+3000..U+2FA1F + phrase_boundary = ., ?, !, U+2026 } diff --git a/plugins/sphinx/tpl/simdht_delta.conf b/plugins/sphinx/tpl/simdht_delta.conf index 1f322cb18..9bcb5131f 100755 --- a/plugins/sphinx/tpl/simdht_delta.conf +++ b/plugins/sphinx/tpl/simdht_delta.conf @@ -69,6 +69,7 @@ index search_hash ngram_len = 1 ngram_chars = U+3000..U+2FA1F + phrase_boundary = ., ?, !, U+2026 } index search_hash_delta : search_hash @@ -78,4 +79,5 @@ index search_hash_delta : search_hash ngram_len = 1 ngram_chars = U+3000..U+2FA1F + phrase_boundary = ., ?, !, U+2026 }