create table if not exists goods_item (
id bigint,
title string attribute indexed,
is_custom int,
price_discount_rate float,
tags json,
company_id json,
shop_id int,
shelf_at int
)engine=‘rowwise’
charset_table=‘non_cjk,chinese’
morphology=‘jieba_chinese’
stopwords=‘zh,en’
min_stemming_len = ‘2’
index_exact_words=‘1’
jieba_mode =‘full’
jieba_hmm=‘0’
jieba_user_dict_path = ‘/opt/homebrew/var/manticore/user.txt’
自定义分词文件内容:
索引数据
匹配不到 老干妈 这个词,怎么设置才能搜索到 老干妈