# File lib/sup/xapian_index.rb, line 65
  def contains_id? id
    synchronize { find_docid(id) && true }
  end