索引更多数据
This commit is contained in:
parent
86ebef7b5c
commit
f232c612bf
@ -41,7 +41,7 @@ const writeSphinxConfig = async (rootPath, dbPath, params = {}) => {
|
|||||||
min_prefix_len = 2
|
min_prefix_len = 2
|
||||||
expand_keywords = 1
|
expand_keywords = 1
|
||||||
charset_type = utf-8
|
charset_type = utf-8
|
||||||
charset_table = 0..9, A..Z->a..z, a..z, U+21..U+2FFFF
|
charset_table = 0..9, A..Z->a..z, a..z, U+21..U+10FFFF
|
||||||
|
|
||||||
|
|
||||||
rt_attr_string = hash
|
rt_attr_string = hash
|
||||||
@ -72,7 +72,7 @@ const writeSphinxConfig = async (rootPath, dbPath, params = {}) => {
|
|||||||
path = ${dbPath}/database/files
|
path = ${dbPath}/database/files
|
||||||
|
|
||||||
charset_type = utf-8
|
charset_type = utf-8
|
||||||
charset_table = 0..9, A..Z->a..z, a..z, U+0000..U+10FFFF
|
charset_table = 0..9, A..Z->a..z, a..z, U+21..U+10FFFF
|
||||||
|
|
||||||
|
|
||||||
rt_field = path
|
rt_field = path
|
||||||
|
Loading…
Reference in New Issue
Block a user