Skip to content

Commit a9312f3

Browse files
Hearenjavanna
authored andcommitted
[DOCS] make bulk page more readable (#46200)
comma and semi-colon required to make it more readable
1 parent 946ec80 commit a9312f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/java-api/docs/bulk.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ or
130130
bulkProcessor.close();
131131
--------------------------------------------------
132132

133-
Both methods flush any remaining documents and disable all other scheduled flushes if they were scheduled by setting
134-
`flushInterval`. If concurrent requests were enabled the `awaitClose` method waits for up to the specified timeout for
135-
all bulk requests to complete then returns `true`, if the specified waiting time elapses before all bulk requests complete,
133+
Both methods flush any remaining documents and disable all other scheduled flushes, if they were scheduled by setting
134+
`flushInterval`. If concurrent requests were enabled, the `awaitClose` method waits for up to the specified timeout for
135+
all bulk requests to complete then returns `true`; if the specified waiting time elapses before all bulk requests complete,
136136
`false` is returned. The `close` method doesn't wait for any remaining bulk requests to complete and exits immediately.
137137

138138
[[java-docs-bulk-processor-tests]]

0 commit comments

Comments
 (0)