I tried to create my sphinx index. While indexing it showing this kind of a warning
WARNING: duplicate document ids found and skipping the indexing also.
Why this is happening. How can I fix this issue?
Please help me
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The basic requirement of Sphinx is that it requires unique integer Document ID’s. More about how Sphinx handles duplicate ID’s at indexing & searching can be found here:
http://sphinxsearch.com/blog/2010/03/15/the-clone-wars-how-sphinx-handles-duplicates/