You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add rest_total_hits_as_int in HLRC's search request (#46076)
This commit adds a query parameter called rest_total_hits_as_int to all HLRC's search requests
that support it (_search, _msearch, ...). This makes the HLRC client's search compatible with any node in version >= 6.6.0 since rest_total_hits_as_int has been added in 6.6.0. This means that nodes in version < 6.6.0 won't be able to handle search requests sent by an HLRC in version 6.8.3 but we already warn in the docs that the client is forward compatible only:
https://www.elastic.co/guide/en/elasticsearch/client/java-rest/current/java-rest-high-compatibility.htmlCloses#43925
0 commit comments