Set expansion limit, blend_mode in manticore tables
This commit is contained in:
parent
b14f2e14eb
commit
40cf5a5112
|
@ -51,6 +51,9 @@ final class NodaDbAdmin {
|
||||||
`description` text,
|
`description` text,
|
||||||
`timestamp` timestamp)
|
`timestamp` timestamp)
|
||||||
min_infix_len = '3'
|
min_infix_len = '3'
|
||||||
|
expansion_limit = '32'
|
||||||
|
blend_chars = '., :, &, -, ;'
|
||||||
|
blend_mode = 'trim_head, trim_tail, trim_both, trim_all, trim_none, skip_pure'
|
||||||
charset_table='" . MDMysqli::MANTICORE_CHARSET_TABLE . "'
|
charset_table='" . MDMysqli::MANTICORE_CHARSET_TABLE . "'
|
||||||
rt_mem_limit = '2G'");
|
rt_mem_limit = '2G'");
|
||||||
MDConsole::write("Create table `" . $index_name . "`");
|
MDConsole::write("Create table `" . $index_name . "`");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user