Skip to content

Commit e5f1e90

Browse files
authored
Disable _search rank on serverless (#2860)
* Disable _search rank on serverless * Remove serverless annotation The functionality is not there at all in Serverlss, not just private.
1 parent 02c55e1 commit e5f1e90

File tree

4 files changed

+2
-132
lines changed

4 files changed

+2
-132
lines changed

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 0 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema-serverless.json

Lines changed: 1 addition & 93 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_global/search/SearchRequest.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,6 @@ export interface Request extends RequestBase {
399399
/**
400400
* Defines the Reciprocal Rank Fusion (RRF) to use.
401401
* @availability stack since=8.8.0
402-
* @availability serverless
403402
*/
404403
rank?: RankContainer
405404
/**

0 commit comments

Comments
 (0)