# File lib/chef/solr_query/lucene_nodes.rb, line 224 def to_array op = self.elements[0].to_array a = self.elements[1].to_array "(#{op} #{a})" end