Uses of Class
com.azure.search.documents.indexes.models.SearchIndexerCache
Packages that use SearchIndexerCache
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of SearchIndexerCache in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return SearchIndexerCacheModifier and TypeMethodDescriptionSearchIndexer.getCache()
Get the cache property: Adds caching to an enrichment pipeline to allow for incremental modification steps without having to rebuild the index every time.SearchIndexerCache.setEnableReprocessing
(Boolean enableReprocessing) Set the enableReprocessing property: Specifies whether incremental reprocessing is enabled.SearchIndexerCache.setStorageConnectionString
(String storageConnectionString) Set the storageConnectionString property: The connection string to the storage account where the cache data will be persisted.Methods in com.azure.search.documents.indexes.models with parameters of type SearchIndexerCacheModifier and TypeMethodDescriptionSearchIndexer.setCache
(SearchIndexerCache cache) Set the cache property: Adds caching to an enrichment pipeline to allow for incremental modification steps without having to rebuild the index every time.