Class: Lucene::NotOperator

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



245
246
247
# File 'lib/chef/solr_query/lucene_nodes.rb', line 245

def to_array
  "OP:NOT"
end

#transformObject



249
250
251
# File 'lib/chef/solr_query/lucene_nodes.rb', line 249

def transform
  "NOT"
end