Method: Redwood::ThreadIndexMode#flush_index

Defined in:
lib/sup/modes/thread_index_mode.rb

#flush_indexObject



502
503
504
505
506
# File 'lib/sup/modes/thread_index_mode.rb', line 502

def flush_index
  @flush_id = BufferManager.say "Flushing index..."
  Index.save_index
  BufferManager.clear @flush_id
end