# File lib/chef/solr/application/solr.rb, line 129 def schema_document @schema_document ||= begin File.open(schema_file_path, 'r') do |xmlsux| REXML::Document.new(xmlsux) end end end