Method: Elastify::ActiveRecordExtensions::ClassMethods#elastify_search

Defined in:
lib/elastify/active_record_extensions.rb

#elastify_search(dsl: nil, scroll_timeout: nil) ⇒ Object



45
46
47
# File 'lib/elastify/active_record_extensions.rb', line 45

def elastify_search(dsl: nil, scroll_timeout: nil)
    Elastify::Helpers::ElasticSearch::Document.new(self.elastify_options).search(dsl, scroll_timeout)
end