# File lib/chef_zero/solr/solr_doc.rb, line 6
      def initialize(json, id)
        @json = json
        @id = id
      end