Uses of Class
com.azure.search.documents.indexes.models.IndexerResyncBody
Packages that use IndexerResyncBody
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 SearchServiceClient.
-
Uses of IndexerResyncBody in com.azure.search.documents.indexes
Methods in com.azure.search.documents.indexes with parameters of type IndexerResyncBodyModifier and TypeMethodDescriptionSearchIndexerAsyncClient.resync(String indexerName, IndexerResyncBody indexerResync) Resync selective options from the datasource to be re-ingested by the indexer.voidSearchIndexerClient.resync(String indexerName, IndexerResyncBody indexerResync) Resync selective options from the datasource to be re-ingested by the indexer.SearchIndexerAsyncClient.resyncWithResponse(String indexerName, IndexerResyncBody indexerResync) Resync selective options from the datasource to be re-ingested by the indexer.com.azure.core.http.rest.Response<Void> SearchIndexerClient.resyncWithResponse(String indexerName, IndexerResyncBody indexerResync, com.azure.core.util.Context context) Resync selective options from the datasource to be re-ingested by the indexer. -
Uses of IndexerResyncBody in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return IndexerResyncBodyModifier and TypeMethodDescriptionstatic IndexerResyncBodyIndexerResyncBody.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IndexerResyncBody from the JsonReader.IndexerResyncBody.setOptions(List<IndexerResyncOption> options) Set the options property: Re-sync options that have been pre-defined from data source.