Set expansion limit, blend_mode in manticore tables

This commit is contained in:
Joshua Ramon Enslin 2023-12-04 18:42:40 +01:00
parent b14f2e14eb
commit 40cf5a5112
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -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 . "`");