# File lib/sup/xapian_index.rb, line 53
  def save_index
    info "Flushing Xapian updates to disk. This may take a while..."
    @xapian.flush
  end