Class: Lucene::RangeValue

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



101
102
103
# File 'lib/chef/solr_query/lucene_nodes.rb', line 101

def to_array
  self.text_value
end

#transformObject



105
106
107
# File 'lib/chef/solr_query/lucene_nodes.rb', line 105

def transform
  to_array
end