Skip to content

Commit 21cb50f

Browse files
jrodewigmatsumana
andauthored
[DOCS] Fix old NodeSelector field in Low Level REST Client (#61551) (#61719)
Co-authored-by: Manabu Matsuzaki <[email protected]>
1 parent 5ed8cc8 commit 21cb50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/java-rest/low-level/usage.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ header because the client will automatically set that from the `HttpEntity`
292292
attached to the request.
293293

294294
You can set the `NodeSelector` which controls which nodes will receive
295-
requests. `NodeSelector.NOT_MASTER_ONLY` is a good choice.
295+
requests. `NodeSelector.SKIP_DEDICATED_MASTERS` is a good choice.
296296

297297
You can also customize the response consumer used to buffer the asynchronous
298298
responses. The default consumer will buffer up to 100MB of response on the

0 commit comments

Comments
 (0)