public interface CompositeIndicesRequest
ActionRequest
subclasses that are composed of multiple subrequests
which relate to one or more indices. Allows to retrieve those subrequests and reason about them separately. A composite request is
executed by its own transport action class (e.g. TransportMultiSearchAction
), which goes
through all the subrequests and delegates their exection to the appropriate transport action (e.g.
TransportSearchAction
) for each single item.Modifier and Type | Method and Description |
---|---|
java.util.List<? extends IndicesRequest> |
subRequests()
Returns the subrequests that a composite request is composed of
|
java.util.List<? extends IndicesRequest> subRequests()