# File lib/sup/xapian_index.rb, line 61
  def size
    synchronize { @xapian.doccount }
  end