# File lib/sup/xapian_index.rb, line 29
  def initialize dir=BASE_DIR
    super

    @index_mutex = Monitor.new
  end