Uses of Class
com.azure.search.documents.indexes.models.CreateOrUpdateIndexerOptions
Packages that use CreateOrUpdateIndexerOptions
Package
Description
Package containing classes for creating
SearchIndexClient
,
SearchIndexAsyncClient
,
SearchIndexerClient
, or
SearchIndexerAsyncClient
used to perform resource management operations
on an Azure Cognitive Search service.Package containing classes 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 Cognitive 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 Cognitive 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 updatedindexer
disables cache reprocessing change detection.CreateOrUpdateIndexerOptions.setCacheResetRequirementsIgnored
(Boolean cacheResetRequirementsIgnored) Sets an optional flag that determines whether the created or updatedindexer
ignores cache reset requirements.CreateOrUpdateIndexerOptions.setOnlyIfUnchanged
(boolean onlyIfUnchanged) Sets the flag that determines whether an update will only occur if theindexer
has not been changed since the update has been triggered.