Class: Lucene::OrOperator

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Defined in:
lib/chef/solr_query/lucene_nodes.rb

Instance Method Summary collapse

Instance Method Details

#to_arrayObject



168
169
170
# File 'lib/chef/solr_query/lucene_nodes.rb', line 168

def to_array
  "OP:OR"
end

#transformObject



172
173
174
# File 'lib/chef/solr_query/lucene_nodes.rb', line 172

def transform
  "OR"
end