Class: Arel::Visitors::Elasticsearch

Inherits:
Visitor
  • Object
show all
Includes:
ElasticsearchBase, ElasticsearchQuery, ElasticsearchSchema
Defined in:
lib/arel/visitors/elasticsearch.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Arel::Visitors::ElasticsearchBase

Instance Attribute Details

#collectorObject Originally defined in module ElasticsearchBase

Returns the value of attribute collector.

#connectionObject Originally defined in module ElasticsearchBase

Returns the value of attribute connection.

Instance Method Details

#compile(node, collector = Arel::Collectors::ElasticsearchQuery.new) ⇒ Object Originally defined in module ElasticsearchBase

#dispatch_as(mode) ⇒ Object Originally defined in module ElasticsearchBase

#initialize(connection) ⇒ Object Originally defined in module ElasticsearchBase