@ProviderType
public interface IndexRequest<T extends IndexResponse>
Modifier and Type | Method and Description |
---|---|
T |
accept(IndexRequestExecutor indexRequestExecutor) |
java.lang.String[] |
getIndexNames() |
java.lang.String |
getMappingName()
Deprecated.
As of Judson (7.1.x), with no direct replacement. This method
should not be in the parent interface. Only certain
IndexRequests work with mappings.
|
T accept(IndexRequestExecutor indexRequestExecutor)
java.lang.String[] getIndexNames()
@Deprecated java.lang.String getMappingName()