Parent

Class/Module Index [+]

Quicksearch

Lucene::Group

Public Instance Methods

to_array() click to toggle source
# File lib/chef/solr_query/lucene_nodes.rb, line 132
def to_array
  "(" + self.elements[0].to_array + ")"
end
transform() click to toggle source
# File lib/chef/solr_query/lucene_nodes.rb, line 136
def transform
  "(" + self.elements[0].transform + ")"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.