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
Trying to read settings for an index, throwing Error deserializing co.elastic.clients.elasticsearch._types.analysis.Analyzer: Property 'type' not found Exception
var indexSetting = new GetIndicesSettingsRequest.Builder().index("index_1000").build();
try {
var settings = elasticSearchClientConfig.getElasticsearchIndicesClient().getSettings(indexSetting);
System.out.println(settings);
} catch(Exception e) {
e.printStackTrace();
}