Uses of Class
com.algolia.search.models.indexing.BatchResponse
-
Packages that use BatchResponse Package Description com.algolia.search com.algolia.search.models.indexing -
-
Uses of BatchResponse in com.algolia.search
Methods in com.algolia.search that return BatchResponse Modifier and Type Method Description <E> BatchResponseSearchIndex. batch(BatchRequest<E> request)Perform several indexing operations in one API call.<E> BatchResponseSearchIndex. batch(BatchRequest<E> request, RequestOptions requestOptions)Perform several indexing operations in one API call.Methods in com.algolia.search that return types with arguments of type BatchResponse Modifier and Type Method Description <E> CompletableFuture<BatchResponse>SearchIndex. batchAsync(BatchRequest<E> request)Perform several indexing operations in one API call.<E> CompletableFuture<BatchResponse>SearchIndex. batchAsync(BatchRequest<E> request, RequestOptions requestOptions)Perform several indexing operations in one API call. -
Uses of BatchResponse in com.algolia.search.models.indexing
Methods in com.algolia.search.models.indexing that return BatchResponse Modifier and Type Method Description BatchResponseBatchResponse. setObjectIDs(List<String> objectIDs)Methods in com.algolia.search.models.indexing that return types with arguments of type BatchResponse Modifier and Type Method Description List<BatchResponse>BatchIndexingResponse. getResponses()Method parameters in com.algolia.search.models.indexing with type arguments of type BatchResponse Modifier and Type Method Description BatchIndexingResponseBatchIndexingResponse. setResponses(List<BatchResponse> responses)Constructor parameters in com.algolia.search.models.indexing with type arguments of type BatchResponse Constructor Description BatchIndexingResponse(List<BatchResponse> responses)
-