Uses of Class
com.algolia.search.models.indexing.BatchRequest
-
Packages that use BatchRequest Package Description com.algolia.search -
-
Uses of BatchRequest in com.algolia.search
Methods in com.algolia.search with parameters of type BatchRequest 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.<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.
-