Posts about searchkick
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:

  1. Inline (the default,...