Uses of Class
com.algolia.search.models.indexing.MultiResponse
-
Packages that use MultiResponse Package Description com.algolia.search com.algolia.search.models.indexing -
-
Uses of MultiResponse in com.algolia.search
Methods in com.algolia.search that return MultiResponse Modifier and Type Method Description static <T> MultiResponseAccountClient. copyIndex(SearchIndex<T> sourceIndex, SearchIndex<T> destinationIndex)The method copy settings, synonyms, rules and objects from the source index to the destination indexstatic <T> MultiResponseAccountClient. copyIndex(SearchIndex<T> sourceIndex, SearchIndex<T> destinationIndex, RequestOptions requestOptions)The method copy settings, synonyms, rules and objects from the source index to the destination indexMultiResponseSearchIndex. replaceAllObjects(Iterable<T> data)Push a new set of objects and remove all previous ones.MultiResponseSearchIndex. replaceAllObjects(Iterable<T> data, boolean safe)Push a new set of objects and remove all previous ones.MultiResponseSearchIndex. replaceAllObjects(Iterable<T> data, RequestOptions requestOptions, boolean safe)Push a new set of objects and remove all previous ones.Methods in com.algolia.search that return types with arguments of type MultiResponse Modifier and Type Method Description static <T> CompletableFuture<MultiResponse>AccountClient. copyIndexAsync(SearchIndex<T> sourceIndex, SearchIndex<T> destinationIndex)The method copy settings, synonyms, rules and objects from the source index to the destination indexstatic <T> CompletableFuture<MultiResponse>AccountClient. copyIndexAsync(SearchIndex<T> sourceIndex, SearchIndex<T> destinationIndex, RequestOptions requestOptions)The method copy settings, synonyms, rules and objects from the source index to the destination indexCompletableFuture<MultiResponse>SearchIndex. replaceAllObjectsAsync(Iterable<T> data)Push a new set of objects and remove all previous ones.CompletableFuture<MultiResponse>SearchIndex. replaceAllObjectsAsync(Iterable<T> data, boolean safe)Push a new set of objects and remove all previous ones.CompletableFuture<MultiResponse>SearchIndex. replaceAllObjectsAsync(Iterable<T> data, RequestOptions requestOptions, boolean safe)Push a new set of objects and remove all previous ones. -
Uses of MultiResponse in com.algolia.search.models.indexing
Methods in com.algolia.search.models.indexing that return MultiResponse Modifier and Type Method Description MultiResponseMultiResponse. setResponses(List<WaitableResponse> responses)
-