diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.d/fuzzy_check.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/modules.d/fuzzy_check.conf b/conf/modules.d/fuzzy_check.conf index 5f02d864b..73e280f79 100644 --- a/conf/modules.d/fuzzy_check.conf +++ b/conf/modules.d/fuzzy_check.conf @@ -25,7 +25,8 @@ fuzzy_check { max_score = 20.0; read_only = yes; skip_unknown = yes; - short_text_direct_hash = true; + short_text_direct_hash = true; # If less than min_length then use direct hash + min_length = 64; # Minimum words count to consider shingles fuzzy_map = { FUZZY_DENIED { max_score = 20.0; |