Uses of Class
com.algolia.search.models.indexing.MultipleIndexBatchIndexingResponse
-
Packages that use MultipleIndexBatchIndexingResponse Package Description com.algolia.search com.algolia.search.models.indexing -
-
Uses of MultipleIndexBatchIndexingResponse in com.algolia.search
Methods in com.algolia.search that return MultipleIndexBatchIndexingResponse Modifier and Type Method Description default <T> MultipleIndexBatchIndexingResponseSearchClientMultipleOperations. multipleBatch(List<BatchOperation<T>> operations)Perform multiple write operations, potentially targeting multiple indices, in a single API call.default <T> MultipleIndexBatchIndexingResponseSearchClientMultipleOperations. multipleBatch(List<BatchOperation<T>> operations, RequestOptions requestOptions)Perform multiple write operations, potentially targeting multiple indices, in a single API call.Methods in com.algolia.search that return types with arguments of type MultipleIndexBatchIndexingResponse Modifier and Type Method Description default <T> CompletableFuture<MultipleIndexBatchIndexingResponse>SearchClientMultipleOperations. multipleBatchAsync(List<BatchOperation<T>> operations)Perform multiple write operations, potentially targeting multiple indices, in a single API call.default <T> CompletableFuture<MultipleIndexBatchIndexingResponse>SearchClientMultipleOperations. multipleBatchAsync(List<BatchOperation<T>> operations, RequestOptions requestOptions)Perform multiple write operations, potentially targeting multiple indices, in a single API call. -
Uses of MultipleIndexBatchIndexingResponse in com.algolia.search.models.indexing
Methods in com.algolia.search.models.indexing that return MultipleIndexBatchIndexingResponse Modifier and Type Method Description MultipleIndexBatchIndexingResponseMultipleIndexBatchIndexingResponse. setObjectIDs(List<String> objectIDs)MultipleIndexBatchIndexingResponseMultipleIndexBatchIndexingResponse. setTaskID(Map<String,Long> taskID)
-