cleverUtd
cleverUtd

Reputation: 301

using sphinx, is it possible to update record without reindexing with killlist

as title describes, when I update a record in database,then I want to update sphinx index, is it possible to do so without reindexing with killlist?

Upvotes: 0

Views: 55

Answers (1)

barryhunter
barryhunter

Reputation: 21091

Well can use RT - Real-Time - indexes. These manage the kill-list internally for you (ie its abstracted away).

If using a main+delta (ie killlist on the delta) then the only way to update the killlist attached to the delta is to reindex it.

Upvotes: 1

Related Questions