I' m working on a rails app. using gem tire as a bond for elasticsearch. in a multistep form I would like to index at the end of the procedure.
is there a way of skipping indexing on create.
guess: Post.create( :indexing => false ) or whatever
or in tire config say : only index Post with attribute :published set to true
Hope I made myself clear. thanks in advance for your answers.
Cheers.