# File lib/sup/modes/thread-index-mode.rb, line 460
  def flush_index
    @flush_id = BufferManager.say "Flushing index..."
    Index.save_index
    BufferManager.clear @flush_id
  end