# File lib/thinking_sphinx.rb, line 22
  def self.count(query = '', options = {})
    search_for_ids(query, options).total_entries
  end