Uses of Class
com.azure.search.documents.indexes.models.CreateOrUpdateIndexerOptions
Packages that use CreateOrUpdateIndexerOptions
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 CreateOrUpdateIndexerOptions in com.azure.search.documents.indexes
Methods in com.azure.search.documents.indexes with parameters of type CreateOrUpdateIndexerOptionsModifier and TypeMethodDescriptionMono<com.azure.core.http.rest.Response<SearchIndexer>> SearchIndexerAsyncClient.createOrUpdateIndexerWithResponse(CreateOrUpdateIndexerOptions options) Creates a new Azure AI Search indexer or updates an indexer if it already exists.com.azure.core.http.rest.Response<SearchIndexer> SearchIndexerClient.createOrUpdateIndexerWithResponse(CreateOrUpdateIndexerOptions options, com.azure.core.util.Context context) Creates a new Azure AI Search indexer or updates an indexer if it already exists. -
Uses of CreateOrUpdateIndexerOptions in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return CreateOrUpdateIndexerOptionsModifier and TypeMethodDescriptionCreateOrUpdateIndexerOptions.setCacheReprocessingChangeDetectionDisabled(Boolean cacheReprocessingChangeDetectionDisabled) Sets an optional flag that determines whether the created or updatedindexerdisables cache reprocessing change detection.CreateOrUpdateIndexerOptions.setCacheResetRequirementsIgnored(Boolean cacheResetRequirementsIgnored) Sets an optional flag that determines whether the created or updatedindexerignores cache reset requirements.CreateOrUpdateIndexerOptions.setOnlyIfUnchanged(boolean onlyIfUnchanged) Sets the flag that determines whether an update will only occur if theindexerhas not been changed since the update has been triggered.