Interface SnIndexerBatchResponse
- All Superinterfaces:
SnIndexerResponse,SnResponse
- All Known Implementing Classes:
DefaultSnIndexerBatchResponse
Represents an indexer batch response.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the document batch request.Returns the document batch response.Methods inherited from interface de.hybris.platform.searchservices.indexer.service.SnIndexerResponse
getProcessedItems, getStatus, getTotalItemsMethods inherited from interface de.hybris.platform.searchservices.core.service.SnResponse
getIndexConfiguration, getIndexType
-
Method Details
-
getDocumentBatchRequest
SnDocumentBatchRequest getDocumentBatchRequest()Returns the document batch request.- Returns:
- the the document batch request
-
getDocumentBatchResponse
SnDocumentBatchResponse getDocumentBatchResponse()Returns the document batch response.- Returns:
- the the document batch response
-