Method: Sunspot::Session#batch

Defined in:
lib/sunspot/session.rb

#batchObject

See Sunspot.batch



240
241
242
243
244
# File 'lib/sunspot/session.rb', line 240

def batch
  indexer.start_batch
  yield
  indexer.flush_batch
end