From d50011d1e281639f9751138e3969d46e59d6dd0f Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 11 Feb 2019 16:00:29 +0800 Subject: [PATCH] update --- plugins/sphinx/tpl/simdht.conf | 1 + plugins/sphinx/tpl/simdht_delta.conf | 2 ++ 2 files changed, 3 insertions(+) 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 }