mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
[DOCS] Fix old NodeSelector field in Low Level REST Client (#61551)
This commit is contained in:
parent
136275e3e6
commit
bf95503fd3
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ header because the client will automatically set that from the `HttpEntity`
|
||||||
attached to the request.
|
attached to the request.
|
||||||
|
|
||||||
You can set the `NodeSelector` which controls which nodes will receive
|
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
|
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
|
responses. The default consumer will buffer up to 100MB of response on the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue