Uses of Class
com.azure.search.documents.indexes.models.SearchIndexerCache
Packages that use SearchIndexerCache
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of SearchIndexerCache in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return SearchIndexerCacheModifier and TypeMethodDescriptionstatic SearchIndexerCacheSearchIndexerCache.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SearchIndexerCache from the JsonReader.SearchIndexer.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.Set the id property: A guid for the SearchIndexerCache.SearchIndexerCache.setIdentity(SearchIndexerDataIdentity identity) Set the identity property: The user-assigned managed identity used for connections to the enrichment cache.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.