Parent

Class/Module Index [+]

Quicksearch

Lucene::Body

Public Instance Methods

to_array() click to toggle source
# File lib/chef/solr_query/lucene_nodes.rb, line 122
def to_array
  self.elements.map { |x| x.to_array }.join(" ")
end
transform() click to toggle source
# File lib/chef/solr_query/lucene_nodes.rb, line 126
def transform
  self.elements.map { |x| x.transform }.join(" ")
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.