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

org.xbib.elx.api.IndexAliasAdder Maven / Gradle / Ivy

There is a newer version: 7.10.2.23
Show newest version
package org.xbib.elx.api;

import org.elasticsearch.action.admin.indices.alias.IndicesAliasesRequest;

@FunctionalInterface
public interface IndexAliasAdder {

    void addIndexAlias(IndicesAliasesRequest request, String index, String alias);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy