mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:01:58 +01:00
manticore.conf fixes
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
2740902c08
commit
ee8912fe5b
@ -19,9 +19,11 @@ define('RT', 0);
|
||||
?>
|
||||
|
||||
#
|
||||
# minimal sphinx configuration suited to piler
|
||||
# minimal manticore configuration suited to piler
|
||||
#
|
||||
|
||||
<?php if(RT == 0) { ?>
|
||||
|
||||
source base
|
||||
{
|
||||
type = mysql
|
||||
@ -35,8 +37,6 @@ source base
|
||||
sql_attr_uint = attachments
|
||||
}
|
||||
|
||||
<?php if(RT == 0) { ?>
|
||||
|
||||
source delta : base
|
||||
{
|
||||
sql_query_pre = SET NAMES utf8mb4
|
||||
@ -192,6 +192,7 @@ index piler1
|
||||
path = /var/piler/manticore/piler1
|
||||
rt_mem_limit = 512M
|
||||
stored_fields =
|
||||
min_word_len = 1
|
||||
min_prefix_len = 5
|
||||
# See https://manual.manticoresearch.com/Creating_an_index/Data_types#Row-wise-and-columnar-attribute-storages
|
||||
# if you want to enable columnar storage
|
||||
|
Loading…
Reference in New Issue
Block a user