Class: Lucene::AndOperator

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



158
159
160
# File 'lib/chef/solr_query/lucene_nodes.rb', line 158

def to_array
  "OP:AND"
end

#transformObject



162
163
164
# File 'lib/chef/solr_query/lucene_nodes.rb', line 162

def transform
  "AND"
end