From 0acfcbb6a1386e6d9855791d82e9496c46f02538 Mon Sep 17 00:00:00 2001 From: Janos SUTO Date: Sat, 31 Dec 2022 09:53:14 +0100 Subject: [PATCH] Added charset to rt index blocks Signed-off-by: Janos SUTO --- etc/manticore.conf.in | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/etc/manticore.conf.in b/etc/manticore.conf.in index c08d2542..571264c6 100755 --- a/etc/manticore.conf.in +++ b/etc/manticore.conf.in @@ -194,6 +194,7 @@ index piler1 stored_fields = min_word_len = 1 min_prefix_len = 5 + charset_table = # See https://manual.manticoresearch.com/Creating_an_index/Data_types#Row-wise-and-columnar-attribute-storages # if you want to enable columnar storage # columnar_attrs = * @@ -216,10 +217,11 @@ index tag1 { type = rt path = /var/piler/manticore/tag1 - rt_mem_limit = 128M + rt_mem_limit = 16M stored_fields = tag - min_word_len = 1 + min_word_len = 2 min_prefix_len = 5 + charset_table = rt_field = tag rt_attr_bigint = mid rt_attr_uint = uid @@ -229,10 +231,11 @@ index note1 { type = rt path = /var/piler/manticore/note1 - rt_mem_limit = 128M + rt_mem_limit = 16M stored_fields = note - min_word_len = 1 + min_word_len = 2 min_prefix_len = 5 + charset_table = rt_field = note rt_attr_bigint = mid rt_attr_uint = uid