UpdateByQuery can`t refresh wait_for

Im using elasticsearch java client 5.2.1
Is there a possibility to use RefreshPolicy.WAIT_UNTIL with UpdateByQueryRequest?

Im creating an UpdateByQueryRequestBuilder and there is just refresh(boolean refresh) method. Where can I find or how can I create UpdateByQueryRequestBuilder with refresh(RefreshPolicy refresh)?

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.