The documentation says a task (or a cluster level task) are things like
creating index, updating mapping, shard state.
Does this apply to writing documents to the index?
In our test code, it looks like document writes (indexing) is not happening
fast enough for search immediately.
Quick solution currently is by calling timer:sleep(seconds). I wonder if
there is a better way to get feedback from elastic about the current write
load?
The documentation says a task (or a cluster level task) are things like creating index, updating mapping, shard state.
Does this apply to writing documents to the index?
In our test code, it looks like document writes (indexing) is not happening fast enough for search immediately.
Quick solution currently is by calling timer:sleep(seconds). I wonder if there is a better way to get feedback from elastic about the current write load?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.