Method: Algolia::Index#save_objects!
- Defined in:
- lib/algolia/index.rb
#save_objects!(objects, request_options = {}) ⇒ Object
Override the content of several objects and wait end of indexing
399 400 401 402 403 |
# File 'lib/algolia/index.rb', line 399 def save_objects!(objects, = {}) res = save_objects(objects, ) wait_task(res['taskID'], WAIT_TASK_DEFAULT_TIME_BEFORE_RETRY, ) res end |