-
Notifications
You must be signed in to change notification settings - Fork 136
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
Add IllegalArgumentException for Lucene radial search with ef_search #1765
Add IllegalArgumentException for Lucene radial search with ef_search #1765
Conversation
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.
LGTM!
Signed-off-by: Junqiu Lei <[email protected]>
9f5bdf4
to
2744953
Compare
The CI failure in |
src/main/java/org/opensearch/knn/index/query/KNNQueryBuilder.java
Outdated
Show resolved
Hide resolved
e008711
to
515f47e
Compare
Signed-off-by: Junqiu Lei <[email protected]>
515f47e
to
688b70d
Compare
src/main/java/org/opensearch/knn/validation/ParameterValidator.java
Outdated
Show resolved
Hide resolved
src/main/java/org/opensearch/knn/index/util/EngineSpecificMethodContext.java
Outdated
Show resolved
Hide resolved
src/main/java/org/opensearch/knn/index/util/EngineSpecificMethodContext.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Junqiu Lei <[email protected]>
7f594a9
to
26ec968
Compare
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.
Looks good overall. Some minor changes
src/main/java/org/opensearch/knn/index/query/KNNQueryBuilder.java
Outdated
Show resolved
Hide resolved
0a39e79
to
067cdc6
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feature/ef-search #1765 +/- ##
====================================================
Coverage ? 84.84%
Complexity ? 1517
====================================================
Files ? 184
Lines ? 6196
Branches ? 667
====================================================
Hits ? 5257
Misses ? 662
Partials ? 277 ☔ View full report in Codecov by Sentry. |
067cdc6
to
94ba1c8
Compare
Signed-off-by: Junqiu Lei <[email protected]>
94ba1c8
to
9c8eab8
Compare
src/main/java/org/opensearch/knn/index/query/KNNQueryBuilder.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Junqiu Lei <[email protected]>
e57b482
to
4a1c373
Compare
0c41dc5
into
opensearch-project:feature/ef-search
…pensearch-project#1765) Signed-off-by: Junqiu Lei <[email protected]>
Description
Add IllegalArgumentException for Lucene radial search with ef_search parameter. Context at #1537 (comment)
Issues Resolved
Part of #1537
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.