From 895d0c7fc6b982d7609d21c9a36c80750b8f5214 Mon Sep 17 00:00:00 2001 From: Janos SUTO Date: Sat, 10 Dec 2022 19:23:14 +0100 Subject: [PATCH] Fixed manticore index data settings Signed-off-by: Janos SUTO --- etc/manticore.conf.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/manticore.conf.in b/etc/manticore.conf.in index 4c19820f..cf3e641a 100755 --- a/etc/manticore.conf.in +++ b/etc/manticore.conf.in @@ -83,6 +83,7 @@ index main1 path = /piler/manticore/main1 min_prefix_len = 5 min_word_len = 1 + stored_fields = charset_table = } @@ -93,6 +94,7 @@ index main2 path = /piler/manticore/main2 min_prefix_len = 5 min_word_len = 1 + stored_fields = charset_table = } @@ -103,6 +105,7 @@ index main3 path = /piler/manticore/main3 min_prefix_len = 5 min_word_len = 1 + stored_fields = charset_table = } @@ -113,6 +116,7 @@ index main4 path = /piler/manticore/main4 min_prefix_len = 5 min_word_len = 1 + stored_fields = charset_table = } @@ -123,6 +127,7 @@ index dailydelta1 path = /piler/manticore/dailydelta1 min_prefix_len = 5 min_word_len = 1 + stored_fields = charset_table = } @@ -133,6 +138,7 @@ index delta1 path = /piler/manticore/delta1 min_prefix_len = 5 min_word_len = 1 + stored_fields = charset_table = }