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 94e5549 commit c713f65Copy full SHA for c713f65
rest-api-spec/build.gradle
@@ -58,7 +58,7 @@ tasks.named("yamlRestCompatTestTransform").configure ({ task ->
58
task.replaceValueInMatch("profile.shards.0.dfs.knn.0.query.0.description", "DocAndScoreQuery[0,...][0.009673266,...],0.009673266", "dfs knn vector profiling")
59
task.replaceValueInMatch("profile.shards.0.dfs.knn.0.query.0.description", "DocAndScoreQuery[0,...][0.009673266,...],0.009673266", "dfs knn vector profiling with vector_operations_count")
60
task.replaceValueInMatch("profile.shards.0.dfs.knn.0.collector.0.name", "TopScoreDocCollector", "dfs knn vector profiling")
61
- task.replaceValueInMatch("profile.shards.0.dfs.knn.0.query.0.description", "TopScoreDocCollector", "dfs knn vector profiling with vector_operations_count")
+ task.replaceValueInMatch("profile.shards.0.dfs.knn.0.collector.0.name", "TopScoreDocCollector", "dfs knn vector profiling with vector_operations_count")
62
task.skipTest("cat.aliases/10_basic/Deprecated local parameter", "CAT APIs not covered by compatibility policy")
63
task.skipTest("cat.shards/10_basic/Help", "sync_id is removed in 9.0")
64
task.skipTest("search/500_date_range/from, to, include_lower, include_upper deprecated", "deprecated parameters are removed in 9.0")
0 commit comments