# File lib/chef_zero/solr/solr_parser.rb, line 187 def binary_operator_precedence(token) case token when '^' 4 when ':' 3 when 'AND' 2 when 'OR' 1 end end