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

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

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

import java.util.List;

public interface IndexPruneResult {

    enum State { NOTHING_TO_DO, SUCCESS, NONE };

    State getState();

    List getCandidateIndices();

    List getDeletedIndices();

    boolean isAcknowledged();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy