# File lib/chef_zero/solr/solr_doc.rb, line 11
      def [](key)
        matching_values { |match_key| match_key == key }
      end