Javadoc of some classes unaccessible

i was on this page of the javadoc :
https://artifacts.elastic.co/javadoc/org/elasticsearch/client/elasticsearch-rest-high-level-client/6.7.1/org/elasticsearch/client/RestHighLevelClient.html
and couldn't access the documentation of the RestClient and of the RestClienBuilder :
https://artifacts.elastic.co/javadoc/org/elasticsearch/elasticsearch/6.7.1/org/elasticsearch/client/RestClientBuilder.html?is-external=true
https://artifacts.elastic.co/javadoc/org/elasticsearch/elasticsearch/6.7.1/org/elasticsearch/client/RestClient.html?is-external=true

Both these page send the error : Not Found

Any idea why this happens ?

Thanks for the report. I have filed a bug. https://github.com/elastic/elasticsearch/issues/41212

For now, you can manually fix it by altering the URLs to look like https://artifacts.elastic.co/javadoc/org/elasticsearch/client/elasticsearch-rest-client/6.6.1/org/elasticsearch/client/RestClientBuilder.html?is-external=true (please note this is a 6.6.1 URL not a 6.7 URL, im just showing it so you can see the structure of what it should look like).

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