Skip to content

Commit 83eb5e1

Browse files
committed
removed feature flag for incremental
1 parent 4ec67cf commit 83eb5e1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

articles/search/cognitive-search-incremental-indexing-conceptual.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,7 @@ You'll need to set the `cache` property on the indexer to start benefitting from
4444
},
4545
"fieldMappings" : [],
4646
"outputFieldMappings": [],
47-
"parameters": {
48-
"configuration": {
49-
"enableAnnotationCache": true
50-
}
51-
}
47+
"parameters": {}
5248
}
5349
```
5450

0 commit comments

Comments
 (0)