Uses of Class
de.hybris.platform.searchservices.document.data.SnDocumentBatchRequest
Packages that use SnDocumentBatchRequest
Package
Description
-
Uses of SnDocumentBatchRequest in de.hybris.platform.searchprovidercssearchservices.spi.service.impl
Methods in de.hybris.platform.searchprovidercssearchservices.spi.service.impl with parameters of type SnDocumentBatchRequestModifier and TypeMethodDescriptionprotected DocumentBatchRequestDTOCSSearchSnSearchProvider.convertDocumenBatchRequest(SnDocumentBatchRequest source, String indexerOperationId) CSSearchSnSearchProvider.executeDocumentBatch(SnContext context, String indexId, SnDocumentBatchRequest documentBatchRequest, String indexerOperationId) -
Uses of SnDocumentBatchRequest in de.hybris.platform.searchservices.indexer.service
Methods in de.hybris.platform.searchservices.indexer.service that return SnDocumentBatchRequestModifier and TypeMethodDescriptionSnIndexerBatchResponse.getDocumentBatchRequest()Returns the document batch request. -
Uses of SnDocumentBatchRequest in de.hybris.platform.searchservices.indexer.service.impl
Methods in de.hybris.platform.searchservices.indexer.service.impl that return SnDocumentBatchRequestMethods in de.hybris.platform.searchservices.indexer.service.impl with parameters of type SnDocumentBatchRequestModifier and TypeMethodDescriptionprotected SnIndexerBatchResponseAbstractSnIndexerBatchStrategy.createIndexerBatchResponse(SnIndexerBatchContext indexerBatchContext, Integer totalItems, Integer processedItems, SnIndexerOperationStatus status, SnDocumentBatchRequest documentBatchRequest, SnDocumentBatchResponse documentBatchResponse) voidDefaultSnIndexerBatchResponse.setDocumentBatchRequest(SnDocumentBatchRequest documentBatchRequest) -
Uses of SnDocumentBatchRequest in de.hybris.platform.searchservices.spi.service
Methods in de.hybris.platform.searchservices.spi.service with parameters of type SnDocumentBatchRequestModifier and TypeMethodDescriptionSnSearchProvider.executeDocumentBatch(SnContext context, String indexId, SnDocumentBatchRequest documentBatchRequest, String indexerOperationId) Executes a document batch.