You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I newbie with elasticsearch and write sample app. It works well but when I write test I need an blocking mode in respect to check results of index documents. Now I use sleep in ruby by 1 second for wait index and it works. But every one sleep my testing is will grow up in time.
Is it possible to pass some param in client which will block operations until it will indexed?