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

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

package org.xbib.elx.api;

import java.util.List;

public interface IndexShiftResult {

    List getMovedAliases();

    List getNewAliases();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy