Sphinx delta index ignoring main index?

After working though a few possiblities, spotted the issue sql_query_killlist = SELECT id FROM documents WHERE deleted = 0 That says any document with "deleted=0" will disappear. I.e. Will be "killed I suppose in this context its confusing the 'hit' is still counted in the "words" array.

Despite been later killed. (the words array is the raw number before any filtering - its direct from the index - so any setFilter (or in this case the kill-list) will make it an overestimate) So change it to WHERE deleted = 1 :) Always the most unexpected of things!

After working though a few possiblities, spotted the issue, sql_query_killlist = SELECT id FROM documents WHERE deleted = 0 That says any document with "deleted=0" will disappear. I.e. Will be "killed".

I suppose in this context its confusing the 'hit' is still counted in the "words" array. Despite been later killed. (the words array is the raw number before any filtering - its direct from the index - so any setFilter (or in this case the kill-list) will make it an overestimate) So change it to WHERE deleted = 1 :) Always the most unexpected of things!

Indexer --config socrates. Using config file '/home/jackey/workspace/socrates/sphinx/sphinx.merged. I am very sure it have many node in database.

I lose something?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions