I found this documentation about "update by query" request
https://www.elastic.co/guide/en/elasticsearch/client/java-api/current/java-docs-update-by-query.html
Question is: How add URL parameter to "_update_by_query" query:
The example I add:
pre_production/_update_by_query?slices=200&scroll_size=1000
How add this 2 parameters (slices, scroll_size) usign JAVA Api?