[DOCS] Fix old NodeSelector field in Low Level REST Client (#61551) (#61718)

Co-authored-by: Manabu Matsuzaki <matsumana@users.noreply.github.com>
This commit is contained in:
James Rodewig 2020-08-31 10:07:58 -04:00 committed by GitHub
parent e37ce561c7
commit 054a64d66f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ header because the client will automatically set that from the `HttpEntity`
attached to the request.
You can set the `NodeSelector` which controls which nodes will receive
requests. `NodeSelector.NOT_MASTER_ONLY` is a good choice.
requests. `NodeSelector.SKIP_DEDICATED_MASTERS` is a good choice.
You can also customize the response consumer used to buffer the asynchronous
responses. The default consumer will buffer up to 100MB of response on the