All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.elasticsearch.action.suggest.SuggestRefreshResponse Maven / Gradle / Ivy

package org.elasticsearch.action.suggest;

import java.util.List;

import org.elasticsearch.action.ShardOperationFailedException;
import org.elasticsearch.action.support.broadcast.BroadcastOperationResponse;


public class SuggestRefreshResponse extends BroadcastOperationResponse {

    public SuggestRefreshResponse() {}

    public SuggestRefreshResponse(int totalShards, int successfulShards, int failedShards, List shardFailures) {
        super(totalShards, successfulShards, failedShards, shardFailures);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy