|
70 | 70 | },
|
71 | 71 | {
|
72 | 72 | "$ref": "#/parameters/ApiVersionParameter"
|
| 73 | + }, |
| 74 | + { |
| 75 | + "$ref": "#/parameters/IgnoreResetRequirementsParameter" |
73 | 76 | }
|
74 | 77 | ],
|
75 | 78 | "x-ms-request-id": "request-id",
|
|
419 | 422 | },
|
420 | 423 | {
|
421 | 424 | "$ref": "#/parameters/ApiVersionParameter"
|
| 425 | + }, |
| 426 | + { |
| 427 | + "$ref": "#/parameters/DisableCacheReprocessingChangeDetectionParameter" |
| 428 | + }, |
| 429 | + { |
| 430 | + "$ref": "#/parameters/IgnoreResetRequirementsParameter" |
422 | 431 | }
|
423 | 432 | ],
|
424 | 433 | "x-ms-request-id": "request-id",
|
|
727 | 736 | },
|
728 | 737 | {
|
729 | 738 | "$ref": "#/parameters/ApiVersionParameter"
|
| 739 | + }, |
| 740 | + { |
| 741 | + "$ref": "#/parameters/DisableCacheReprocessingChangeDetectionParameter" |
| 742 | + }, |
| 743 | + { |
| 744 | + "$ref": "#/parameters/IgnoreResetRequirementsParameter" |
730 | 745 | }
|
731 | 746 | ],
|
732 | 747 | "x-ms-request-id": "request-id",
|
|
6301 | 6316 | "url": "https://aka.ms/azure-search-encryption-with-cmk"
|
6302 | 6317 | },
|
6303 | 6318 | "x-nullable": true
|
| 6319 | + }, |
| 6320 | + "cache": { |
| 6321 | + "$ref": "#/definitions/SearchIndexerCache", |
| 6322 | + "x-nullable": true, |
| 6323 | + "description": "Adds caching to an enrichment pipeline to allow for incremental modification steps without having to rebuild the index every time.", |
| 6324 | + "externalDocs": { |
| 6325 | + "url": "https://docs.microsoft.com/azure/search/search-howto-incremental-index" |
| 6326 | + } |
6304 | 6327 | }
|
6305 | 6328 | },
|
6306 | 6329 | "required": [
|
|
9532 | 9555 | ],
|
9533 | 9556 | "description": "A customer-managed encryption key in Azure Key Vault. Keys that you create and manage can be used to encrypt or decrypt data-at-rest in Azure Cognitive Search, such as indexes and synonym maps."
|
9534 | 9557 | },
|
| 9558 | + "SearchIndexerCache": { |
| 9559 | + "properties": { |
| 9560 | + "storageConnectionString": { |
| 9561 | + "type": "string", |
| 9562 | + "description": "The connection string to the storage account where the cache data will be persisted." |
| 9563 | + }, |
| 9564 | + "enableReprocessing": { |
| 9565 | + "type": "boolean", |
| 9566 | + "x-nullable": true, |
| 9567 | + "description": "Specifies whether incremental reprocessing is enabled." |
| 9568 | + } |
| 9569 | + } |
| 9570 | + }, |
9535 | 9571 | "AzureActiveDirectoryApplicationCredentials": {
|
9536 | 9572 | "properties": {
|
9537 | 9573 | "applicationId": {
|
|
9745 | 9781 | "x-ms-skip-url-encoding": true,
|
9746 | 9782 | "description": "The endpoint URL of the search service.",
|
9747 | 9783 | "x-ms-parameter-location": "client"
|
| 9784 | + }, |
| 9785 | + "DisableCacheReprocessingChangeDetectionParameter": { |
| 9786 | + "name": "disableCacheReprocessingChangeDetection", |
| 9787 | + "in": "query", |
| 9788 | + "required": false, |
| 9789 | + "type": "boolean", |
| 9790 | + "description": "Disables cache reprocessing change detection.", |
| 9791 | + "x-ms-parameter-location": "method" |
| 9792 | + }, |
| 9793 | + "IgnoreResetRequirementsParameter": { |
| 9794 | + "name": "ignoreResetRequirements", |
| 9795 | + "in": "query", |
| 9796 | + "required": false, |
| 9797 | + "type": "boolean", |
| 9798 | + "description": "Ignores cache reset requirements.", |
| 9799 | + "x-ms-parameter-location": "method" |
9748 | 9800 | }
|
9749 | 9801 | }
|
9750 | 9802 | }
|
0 commit comments