Package org.elasticsearch.client.indices
Class ReloadAnalyzersResponse
java.lang.Object
org.elasticsearch.client.core.BroadcastResponse
org.elasticsearch.client.indices.ReloadAnalyzersResponse
public class ReloadAnalyzersResponse extends BroadcastResponse
The response object that will be returned when reloading analyzers
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReloadAnalyzersResponse.ReloadDetailsNested classes/interfaces inherited from class org.elasticsearch.client.core.BroadcastResponse
BroadcastResponse.Shards -
Method Summary
Modifier and Type Method Description static ReloadAnalyzersResponsefromXContent(org.elasticsearch.common.xcontent.XContentParser parser)java.util.Map<java.lang.String,ReloadAnalyzersResponse.ReloadDetails>getReloadedDetails()Methods inherited from class org.elasticsearch.client.core.BroadcastResponse
declareShardsField, shardsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
fromXContent
public static ReloadAnalyzersResponse fromXContent(org.elasticsearch.common.xcontent.XContentParser parser) -
getReloadedDetails
-