# File lib/chef_zero/solr/solr_parser.rb, line 116
      def parse_error(token, str)
        raise "Error on token '#{token}' at #{@index} of '#{@query_string}': #{str}"
      end