Skip to content

Fix: Add NamedWriteable for RuleQueryRankDoc #128153

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prev Previous commit
Next Next commit
Update test
  • Loading branch information
kderusso committed May 19, 2025
commit 5f2ae0d9d83c2b8114809113ad845bf167226f8c
Original file line number Diff line number Diff line change
Expand Up @@ -903,10 +903,18 @@ teardown:
- do:
indices.create:
index: test-index-001
body:
settings:
index:
number_of_shards: 5 # Ensure more shards than docs

- do:
indices.create:
index: test-index-002
body:
settings:
index:
number_of_shards: 5 # Ensure more shards than docs

- do:
bulk:
Expand Down Expand Up @@ -949,6 +957,7 @@ teardown:

- do:
search:
index: test-index-001,test-index-002
body:
retriever:
rule:
Expand Down