Class: Lucene::ProhibitedOperator

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



267
268
269
# File 'lib/chef/solr_query/lucene_nodes.rb', line 267

def to_array
  "OP:-"
end

#transformObject



271
272
273
# File 'lib/chef/solr_query/lucene_nodes.rb', line 271

def transform
  "-"
end