-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Ensure requested capability exists #142695
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
Changes from all commits
f03a1b5
6d78134
2107f59
4cfaa73
47ab13f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -236,9 +236,8 @@ FINAL WITNESS | 1.4 | |
| // end::two-queries-result[] | ||
| ; | ||
|
|
||
| combine | ||
| combine-Ignore | ||
| required_capability: rerank | ||
| required_capability: rerank_combine | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @nik9000 in case you remember, was this introduced intentionally?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I have no memory of this, sorry.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @afoucret, it looks like these weren't being run and I think I broke them. You own this function, right? Could you get these running? @idegtiarenko, I think you should merge this. |
||
|
|
||
| // tag::combine[] | ||
| FROM books METADATA _score | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sidosera in case you remember, was this introduced intentionally?