# File lib/chef_zero/solr/solr_parser.rb, line 179
      def unary_operator?(token)
        [ 'NOT', '+', '-' ].include?(token)
      end