Class: Lucene::FieldName

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



111
112
113
# File 'lib/chef/solr_query/lucene_nodes.rb', line 111

def to_array
  self.text_value
end

#transformObject



115
116
117
# File 'lib/chef/solr_query/lucene_nodes.rb', line 115

def transform
  to_array
end