How to Search Freeze Index using Java High Level REST Client

Hi Everyone,

Currently, I am creating an application that acquires data from Elasticsearch using Java High Level REST Client.

So I want to implement a search for the Freeze Index, but can't find something in the documentation, is there any way to do it?(Search API using)

This? https://www.elastic.co/guide/en/elasticsearch/client/java-rest/7.2/java-rest-high-freeze-index.html

I meant that a standard search should work then, no?

@dadoonet
Excuse me, I was missing words.

I meant that a standard search should work then, no?

→In Freeze Index API, I could read that I could freeze the index but not search.

I know that you can get a frozen index by granting 「ignore_throttled=false 」by Search API .

When I checked the following, it was described that there was a bug and it was reflected from 7.1 OR 6.8.

If you are using 6.7.1, is it the only way to upgrade?

I'd upgrade indeed to the latest 6.x available.

@dadoonet
Thanks for answer!

It turned out that it is supported from 6.8.1.

https://www.elastic.co/guide/en/elasticsearch/reference/6.8/release-notes-6.8.1.html#bug-6.8.1

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