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