Class: ElasticsearchRecord::StatementCache
- Inherits:
-
ActiveRecord::StatementCache
- Object
- ActiveRecord::StatementCache
- ElasticsearchRecord::StatementCache
show all
- Defined in:
- lib/elasticsearch_record/statement_cache.rb
Defined Under Namespace
Classes: PartialQuery, PartialQueryCollector
Class Method Summary
collapse
Class Method Details
.partial_query(values) ⇒ Object
80
81
82
|
# File 'lib/elasticsearch_record/statement_cache.rb', line 80
def self.partial_query(values)
PartialQuery.new(values)
end
|
.partial_query_collector ⇒ Object
84
85
86
|
# File 'lib/elasticsearch_record/statement_cache.rb', line 84
def self.partial_query_collector
PartialQueryCollector.new
end
|