I'm using main and delta indexes with Sphinx 0.9.9. I try merging these two indexes with option --merge-killlists, but it doesn’t work.

Example:
- replace in node world "text1" with "text2";
- reindex delta index and merge it with main index;
- in search result with query "text2" I see new node, it's ok;
- in search result with query "text1" I see new node, but this node doesn't contain anymore "text1".

Full reindex solve my problem, but it's too hard for my server.

How can I remove old indexes from main index on merge without full reindex main index?

Thanks for help.

Comments

markus_petrux’s picture

Category: feature » support
Status: Active » Closed (cannot reproduce)

I'm closing this as a cleanup step of the issues queue. I guess things have changed a lot since then. Anyway, this is not directly related to the module itself, but a Sphinx index management issue. Out of the scope on this queue, specially based on the time this question was posted.