Can I use a delta index with sphinx to update existing records? -
Can I add my database data to some bulleted fields like "up-to-date" and if it is true (that would be Update or added records) Reindex it in my delta index? I believe that I believe mine index will be in my main and delta index for the updated record.
EDIT: It seems that I can do it if I had a murder list that used this boolean on my main index?
Yes, this is possible, and this is why index merging back in the "delta" main index has come.
Unless you have a way to select the part of the data that is created for "delta" index, then it will be fine.
Comments
Post a Comment