Class: Lucene::RequiredOperator

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



256
257
258
# File 'lib/chef/solr_query/lucene_nodes.rb', line 256

def to_array
  "OP:+"
end

#transformObject



260
261
262
# File 'lib/chef/solr_query/lucene_nodes.rb', line 260

def transform
  "+"
end