# File lib/chef_zero/solr/solr_parser.rb, line 183
      def binary_operator?(token)
        [ 'AND', 'OR', '^', ':'].include?(token)
      end