The problem is when indexing in sphinx, the indexer sometimes prints out a warning/error message:
WARNING: DOCID_MAX document_id, skipping
I've searched the web for some solution, but I didn't find anything useful. When I experimented a little with the query I have discovered that the base id's are simply to big. The sphinx was built without the --enable-id64 option, what introduced only 32 integers and not micro timestamp id integers that have about 15 digits.
Hope that this solution helps some some of you to get to like sphinx ;-)
1 comment:
thanks it help so !
Post a Comment