# File lib/chef_zero/solr/query/unary_operator.rb, line 5
        def initialize(operator, operand)
          @operator = operator
          @operand = operand
        end