Class: Lucene::Body
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Lucene::Body
- Defined in:
- lib/knife-solo/resources/patch_cookbooks/chef-solo-search/libraries/search/parser.rb,
lib/knife-solo/resources/patch_cookbooks/chef-solo-search/libraries/vendor/chef/solr_query/lucene_nodes.rb
Instance Method Summary collapse
Instance Method Details
#match(item) ⇒ Object
119 120 121 |
# File 'lib/knife-solo/resources/patch_cookbooks/chef-solo-search/libraries/search/parser.rb', line 119 def match( item ) self.elements[0].match( item ) end |
#to_array ⇒ Object
122 123 124 |
# File 'lib/knife-solo/resources/patch_cookbooks/chef-solo-search/libraries/vendor/chef/solr_query/lucene_nodes.rb', line 122 def to_array self.elements.map { |x| x.to_array }.join(" ") end |
#transform ⇒ Object
126 127 128 |
# File 'lib/knife-solo/resources/patch_cookbooks/chef-solo-search/libraries/vendor/chef/solr_query/lucene_nodes.rb', line 126 def transform self.elements.map { |x| x.transform }.join(" ") end |