mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Merge pull request #15973 from DynamicScope/patch-1
Update bulk.asciidoc
This commit is contained in:
parent
2b0c036b99
commit
e5034c9c1f
@ -127,5 +127,5 @@ bulkProcessor.close();
|
||||
Both methods flush any remaining documents and disable all other scheduled flushes if they were scheduled by setting
|
||||
`flushInterval`. If concurrent requests were enabled the `awaitClose` method waits for up to the specified timeout for
|
||||
all bulk requests to complete then returns `true`, if the specified waiting time elapses before all bulk requests complete,
|
||||
`false` is returned. The `close` method doesn't wait for any remaining bulk requests to complete and exists immediately.
|
||||
`false` is returned. The `close` method doesn't wait for any remaining bulk requests to complete and exits immediately.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user