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

io.searchbox.action.DocumentTargetedAction Maven / Gradle / Ivy

package io.searchbox.action;

import io.searchbox.client.JestResult;

/**
 * Represents an Action that can (but NOT necessarily does) operate on a targeted single document on Elasticsearch.
 *
 * @author cihat keser
 */
public interface DocumentTargetedAction extends Action {

    String getIndex();

    String getType();

    String getId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy