我有sphinx RT索引,但我忘了在开始插入记录时添加形态:( 我可以重建RT索引而不会丢失数据吗?我的配置:
index track {
type = rt
path = /var/...
other options...
}
searchd {
listen = 127.0.0.1:9306:mysql41
workers = threads
other options...
}
我想将morphology = stemenru
添加到索引部分,但命令索引器--all --rotate没有结果。
答案 0 :(得分:4)
您必须删除索引并重新开始。
创建索引后无法更改形态(因为它会更改单词的存储方式)
... indexer
在RT索引中不起作用。 RT索引完全由searchd
管理。