Skip to content

Commit

Permalink
Disable _search rank on serverless (#2860)
Browse files Browse the repository at this point in the history
* Disable _search rank on serverless

* Remove serverless annotation

The functionality is not there at all in Serverlss, not just private.
  • Loading branch information
pquentin authored Sep 5, 2024
1 parent 02c55e1 commit e5f1e90
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 132 deletions.
36 changes: 0 additions & 36 deletions output/openapi/elasticsearch-serverless-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

94 changes: 1 addition & 93 deletions output/schema/schema-serverless.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion specification/_global/search/SearchRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ export interface Request extends RequestBase {
/**
* Defines the Reciprocal Rank Fusion (RRF) to use.
* @availability stack since=8.8.0
* @availability serverless
*/
rank?: RankContainer
/**
Expand Down

0 comments on commit e5f1e90

Please sign in to comment.