Class: Lucene::FuzzyParam

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



214
215
216
# File 'lib/chef/solr_query/lucene_nodes.rb', line 214

def to_array
  self.text_value
end

#transformObject



218
219
220
# File 'lib/chef/solr_query/lucene_nodes.rb', line 218

def transform
  self.text_value
end