We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c9d2d commit 065da8aCopy full SHA for 065da8a
articles/cosmos-db/how-to-manage-indexing-policy.md
@@ -467,7 +467,7 @@ indexingPolicy.setIndexingMode(IndexingMode.Consistent);
467
// Add an included path
468
469
Collection<IncludedPath> includedPaths = new ArrayList<>();
470
-ExcludedPath includedPath = new IncludedPath();
+IncludedPath includedPath = new IncludedPath();
471
includedPath.setPath("/*");
472
includedPaths.add(includedPath);
473
indexingPolicy.setIncludedPaths(includedPaths);
0 commit comments