Method: Elastictastic::BasicDocument::ClassMethods#find_each
- Defined in:
- lib/elastictastic/basic_document.rb
#find_each(batch_options = {}) {|document, hit| ... } ⇒ Enumerator
Iterate over all documents in the default index, retrieving documents in batches using a cursor, but yielding them one by one.
|
|
# File 'lib/elastictastic/basic_document.rb', line 61
|