-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Rank feature - unknown field linear #983
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
Conversation
✅ Gradle Wrapper Validation success f76ebaa |
✅ DCO Check Passed f76ebaa |
✅ Gradle Precommit success f76ebaa |
start gradle check |
Much thanks! @nknize Care to double check for me that this looks right before/and merge? @Hronom We need to document this - care to PR or open an issue in https://github.com/opensearch-project/documentation-website please? |
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.
I clicked approve too fast, I'll get back to this.
@dblock I will try to put some docs on weekends |
@dblock I pretty new in this project, can you help me:
Where is this REST API-level tests? Please point me to the class or example of it. I added tests for this feature, but not sure is they API level or not... |
✅ Gradle Wrapper Validation success e02324ec445460bef706939b9e1d8bb811c85716 |
❌ DCO Check Failed e02324ec445460bef706939b9e1d8bb811c85716 |
✅ Gradle Precommit success e02324ec445460bef706939b9e1d8bb811c85716 |
✅ Gradle Wrapper Validation success f76ebaa |
✅ DCO Check Passed f76ebaa |
start gradle check |
✅ Gradle Precommit success f76ebaa |
I didn't forget about this, please bear with me. I need to do some homework before this can be merged, related to the fork. |
@Hronom Thank you for your contribution! This PR looks very similar to elasticsearch#67438 and elasticsearch#67670. Was your code based off either of those PRs, or was it based on the current master of elasticsearch? |
@dblock It's based on that PR's with small addition according to stile of other functions in OpenSearch, also it use function provided by core Lucene. |
✅ DCO Check Passed ea29c70a813a4eceefb888caa34969aafff5a1a9 |
✅ Gradle Wrapper Validation success ea29c70a813a4eceefb888caa34969aafff5a1a9 |
Signed-off-by: Yevhen Tienkaiev <[email protected]>
Added fix in exception message for supported functions |
✅ Gradle Wrapper Validation success e8b2013 |
✅ DCO Check Passed e8b2013 |
start gradle check |
✅ Gradle Precommit success ea29c70a813a4eceefb888caa34969aafff5a1a9 |
✅ Gradle Precommit success e8b2013 |
start gradle check |
Merged, thank you @Hronom. I imagine we want this in 1.1. Could you please open a backport PR into that branch? Thank you. |
Signed-off-by: Yevhen Tienkaiev <[email protected]>
Description
Add support for rank feature query linear
Issues Resolved
#977
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.