ruby on rails - Thinking Sphinx - Delta indexing doesn't work -
In my app, I need every new record to immediately add to the index (rake TS: after the index). If I think Delta Indexing is right then what do I want to do? Therefore, I've added the delta column to each table, which is being indexed with the spinks, the default value was set to each false and added < Code> set_property: delta = & gt; True define_index block; So the brokerage TS: Index and Rake TS: Although restart, "immediate" indexing does not seem to work. While testing in the console, I can create a new record, save it and try to find it, but it will not get back (when I run Rake TS, the index works just fine). Am I doing something wrong here? Thanks for your efforts After a very long exploration, I came to know that I forgot to run the migration.
Comments
Post a Comment