警告:索引 'indexer_name':dict=关键字和前缀以及形态已启用,强制 index_exact_words=1

WARNING: index 'indexer_name': dict=keywords and prefixes and morphology enabled, forcing index_exact_words=1

如何去除下面的警告?

WARNING: index 'indexer_name': dict=keywords and prefixes and morphology enabled, forcing index_exact_words=1

请帮帮我。我是 Sphinx 的新手。

它告诉你 不要 在你的索引配置中有 index_exact_words=1。所以它还是添加了它。

如果您添加到 index_exact_words=1 索引,则不会收到警告:)