Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图创建我的狮身人面像索引。在索引它时显示这种警告
警告:发现重复的文档 ID 并跳过索引。
为什么会这样。我该如何解决这个问题?
请帮我
谢谢
Sphinx 的基本要求是它需要唯一的整数文档 ID。有关 Sphinx 如何在索引和搜索中处理重复 ID 的更多信息,请参见此处:
http://sphinxsearch.com/blog/2010/03/15/the-clone-wars-how-sphinx-handles-duplicates/