When I run a reindexing task(rake ts:reindex), it automatically sets delta value to false.But I definitely want delta indexing working after reindexing. So I want to set the delta value back to ‘true’. How can I do that??
When I run a reindexing task(rake ts:reindex), it automatically sets delta value to false.But
Share
You don’t need delta indexing after your reindex as the main index will be up to date and complete. Your model should only set the delta flag to true after your next update, which is when your main index will be incomplete.