# File lib/thinking_sphinx/interfaces/sql.rb, line 12
  def clear
    command :clear_sql, :indices => (filtered? ? filtered_indices : indices)
  end