Uses of Class
com.azure.search.documents.models.IndexDocumentsResult
Packages that use IndexDocumentsResult
Package
Description
Azure AI Search, formerly known as "Azure AI Search", provides secure information retrieval at scale over
user-owned content in traditional and conversational search applications.
Package containing the data models for SearchIndexClient.
-
Uses of IndexDocumentsResult in com.azure.search.documents
Methods in com.azure.search.documents that return IndexDocumentsResultModifier and TypeMethodDescriptionSearchClient.deleteDocuments(Iterable<?> documents) Deletes a collection of documents from the target index.SearchClient.indexDocuments(IndexDocumentsBatch<?> batch) Sends a batch of upload, merge, and/or delete actions to the search index.SearchClient.mergeDocuments(Iterable<?> documents) Merges a collection of documents with existing documents in the target index.SearchClient.mergeOrUploadDocuments(Iterable<?> documents) This action behaves like merge if a document with the given key already exists in the index.SearchClient.uploadDocuments(Iterable<?> documents) Uploads a collection of documents to the target index.Methods in com.azure.search.documents that return types with arguments of type IndexDocumentsResultModifier and TypeMethodDescriptionSearchAsyncClient.deleteDocuments(Iterable<?> documents) Deletes a collection of documents from the target index.Mono<com.azure.core.http.rest.Response<IndexDocumentsResult>> SearchAsyncClient.deleteDocumentsWithResponse(Iterable<?> documents, IndexDocumentsOptions options) Deletes a collection of documents from the target index.com.azure.core.http.rest.Response<IndexDocumentsResult> SearchClient.deleteDocumentsWithResponse(Iterable<?> documents, IndexDocumentsOptions options, com.azure.core.util.Context context) Deletes a collection of documents from the target index.SearchAsyncClient.indexDocuments(IndexDocumentsBatch<?> batch) Sends a batch of upload, merge, and/or delete actions to the search index.Mono<com.azure.core.http.rest.Response<IndexDocumentsResult>> SearchAsyncClient.indexDocumentsWithResponse(IndexDocumentsBatch<?> batch, IndexDocumentsOptions options) Sends a batch of upload, merge, and/or delete actions to the search index.com.azure.core.http.rest.Response<IndexDocumentsResult> SearchClient.indexDocumentsWithResponse(IndexDocumentsBatch<?> batch, IndexDocumentsOptions options, com.azure.core.util.Context context) Sends a batch of upload, merge, and/or delete actions to the search index.SearchAsyncClient.mergeDocuments(Iterable<?> documents) Merges a collection of documents with existing documents in the target index.Mono<com.azure.core.http.rest.Response<IndexDocumentsResult>> SearchAsyncClient.mergeDocumentsWithResponse(Iterable<?> documents, IndexDocumentsOptions options) Merges a collection of documents with existing documents in the target index.com.azure.core.http.rest.Response<IndexDocumentsResult> SearchClient.mergeDocumentsWithResponse(Iterable<?> documents, IndexDocumentsOptions options, com.azure.core.util.Context context) Merges a collection of documents with existing documents in the target index.SearchAsyncClient.mergeOrUploadDocuments(Iterable<?> documents) This action behaves like merge if a document with the given key already exists in the index.Mono<com.azure.core.http.rest.Response<IndexDocumentsResult>> SearchAsyncClient.mergeOrUploadDocumentsWithResponse(Iterable<?> documents, IndexDocumentsOptions options) This action behaves like merge if a document with the given key already exists in the index.com.azure.core.http.rest.Response<IndexDocumentsResult> SearchClient.mergeOrUploadDocumentsWithResponse(Iterable<?> documents, IndexDocumentsOptions options, com.azure.core.util.Context context) This action behaves like merge if a document with the given key already exists in the index.SearchAsyncClient.uploadDocuments(Iterable<?> documents) Uploads a collection of documents to the target index.Mono<com.azure.core.http.rest.Response<IndexDocumentsResult>> SearchAsyncClient.uploadDocumentsWithResponse(Iterable<?> documents, IndexDocumentsOptions options) Uploads a collection of documents to the target index.com.azure.core.http.rest.Response<IndexDocumentsResult> SearchClient.uploadDocumentsWithResponse(Iterable<?> documents, IndexDocumentsOptions options, com.azure.core.util.Context context) Uploads a collection of documents to the target index. -
Uses of IndexDocumentsResult in com.azure.search.documents.models
Methods in com.azure.search.documents.models that return IndexDocumentsResultModifier and TypeMethodDescriptionstatic IndexDocumentsResultIndexDocumentsResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IndexDocumentsResult from the JsonReader.Constructors in com.azure.search.documents.models with parameters of type IndexDocumentsResultModifierConstructorDescriptionConstructs anIndexBatchExceptionfrom the givenIndexDocumentsResult.