Uses of Class
com.algolia.search.models.indexing.BatchIndexingResponse
-
Packages that use BatchIndexingResponse Package Description com.algolia.search com.algolia.search.models.indexing -
-
Uses of BatchIndexingResponse in com.algolia.search
Methods in com.algolia.search that return BatchIndexingResponse Modifier and Type Method Description BatchIndexingResponseSearchIndex. deleteObjects(List<String> objectIDs)Remove objects from an index using their object ids.BatchIndexingResponseSearchIndex. deleteObjects(List<String> objectIDs, RequestOptions requestOptions)Remove objects from an index using their object ids.BatchIndexingResponseSearchIndex. partialUpdateObjects(Iterable<T> data)Update one or more attributes of an existing object.BatchIndexingResponseSearchIndex. partialUpdateObjects(Iterable<T> data, boolean createIfNotExists)Update one or more attributes of an existing object.BatchIndexingResponseSearchIndex. partialUpdateObjects(Iterable<T> data, boolean createIfNotExists, RequestOptions requestOptions)Update one or more attributes of an existing object.BatchIndexingResponseSearchIndex. partialUpdateObjects(Iterable<T> data, RequestOptions requestOptions)Update one or more attributes of an existing object.BatchIndexingResponseSearchIndex. saveObject(T data)This method allows you to create records on your index by sending one or more objects Each object contains a set of attributes and values, which represents a full record on an index.BatchIndexingResponseSearchIndex. saveObject(T data, boolean autoGenerateObjectID)This method allows you to create records on your index by sending one or more objects Each object contains a set of attributes and values, which represents a full record on an index.BatchIndexingResponseSearchIndex. saveObject(T data, boolean autoGenerateObjectID, RequestOptions requestOptions)This method allows you to create records on your index by sending one or more objects Each object contains a set of attributes and values, which represents a full record on an index.BatchIndexingResponseSearchIndex. saveObject(T data, RequestOptions requestOptions)This method allows you to create records on your index by sending one or more objects Each object contains a set of attributes and values, which represents a full record on an index.BatchIndexingResponseSearchIndex. saveObjects(Iterable<T> data)This method allows you to create records on your index by sending one or more objects Each object contains a set of attributes and values, which represents a full record on an index.BatchIndexingResponseSearchIndex. saveObjects(Iterable<T> data, boolean autoGenerateObjectID)This method allows you to create records on your index by sending one or more objects Each object contains a set of attributes and values, which represents a full record on an index.BatchIndexingResponseSearchIndex. saveObjects(Iterable<T> data, boolean autoGenerateObjectID, RequestOptions requestOptions)This method allows you to create records on your index by sending one or more objects Each object contains a set of attributes and values, which represents a full record on an index.BatchIndexingResponseSearchIndex. saveObjects(Iterable<T> data, RequestOptions requestOptions)This method allows you to create records on your index by sending one or more objects Each object contains a set of attributes and values, which represents a full record on an index.Methods in com.algolia.search that return types with arguments of type BatchIndexingResponse Modifier and Type Method Description CompletableFuture<BatchIndexingResponse>SearchIndex. deleteObjectsAsync(List<String> objectIDs)Remove objects from an index using their object ids.CompletableFuture<BatchIndexingResponse>SearchIndex. deleteObjectsAsync(List<String> objectIDs, RequestOptions requestOptions)Remove objects from an index using their object ids.CompletableFuture<BatchIndexingResponse>SearchIndex. partialUpdateObjectsAsync(Iterable<T> data)Update one or more attributes of an existing object.CompletableFuture<BatchIndexingResponse>SearchIndex. partialUpdateObjectsAsync(Iterable<T> data, boolean createIfNotExists)Update one or more attributes of an existing object.CompletableFuture<BatchIndexingResponse>SearchIndex. partialUpdateObjectsAsync(Iterable<T> data, boolean createIfNotExists, RequestOptions requestOptions)Update one or more attributes of an existing object.CompletableFuture<BatchIndexingResponse>SearchIndex. partialUpdateObjectsAsync(Iterable<T> data, RequestOptions requestOptions)Update one or more attributes of an existing object.CompletableFuture<BatchIndexingResponse>SearchIndex. saveObjectAsync(T data)This method allows you to create records on your index by sending one or more objects Each object contains a set of attributes and values, which represents a full record on an index.CompletableFuture<BatchIndexingResponse>SearchIndex. saveObjectAsync(T data, boolean autoGenerateObjectID)This method allows you to create records on your index by sending one or more objects Each object contains a set of attributes and values, which represents a full record on an index.CompletableFuture<BatchIndexingResponse>SearchIndex. saveObjectAsync(T data, boolean autoGenerateObjectID, RequestOptions requestOptions)This method allows you to create records on your index by sending one or more objects Each object contains a set of attributes and values, which represents a full record on an index.CompletableFuture<BatchIndexingResponse>SearchIndex. saveObjectAsync(T data, RequestOptions requestOptions)This method allows you to create records on your index by sending one or more objects Each object contains a set of attributes and values, which represents a full record on an index.CompletableFuture<BatchIndexingResponse>SearchIndex. saveObjectsAsync(Iterable<T> data)This method allows you to create records on your index by sending one or more objects Each object contains a set of attributes and values, which represents a full record on an index.CompletableFuture<BatchIndexingResponse>SearchIndex. saveObjectsAsync(Iterable<T> data, boolean autoGenerateObjectID)This method allows you to create records on your index by sending one or more objects Each object contains a set of attributes and values, which represents a full record on an index.CompletableFuture<BatchIndexingResponse>SearchIndex. saveObjectsAsync(Iterable<T> data, boolean autoGenerateObjectID, RequestOptions requestOptions)This method allows you to create records on your index by sending one or more objects Each object contains a set of attributes and values, which represents a full record on an index.CompletableFuture<BatchIndexingResponse>SearchIndex. saveObjectsAsync(Iterable<T> data, RequestOptions requestOptions)This method allows you to create records on your index by sending one or more objects Each object contains a set of attributes and values, which represents a full record on an index. -
Uses of BatchIndexingResponse in com.algolia.search.models.indexing
Methods in com.algolia.search.models.indexing that return BatchIndexingResponse Modifier and Type Method Description BatchIndexingResponseBatchIndexingResponse. setResponses(List<BatchResponse> responses)
-