Posts about searchkick
6 years ago
Background Elastic Search indexing using Sidekiq
This article shows how we implemented background ActiveRecord model indexing using Sidekiq. By default, the SearchKick gem allows for 4 ways of automatically indexing a Rails model when it is saved to the backing database:
- Inline (the default,...