Skip to content
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

[Backport 2.x] Add support for approximate k-NN queries #559

Merged
merged 2 commits into from
Jul 5, 2023

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport f427f27 from #548.

* Add Knn query type

Signed-off-by: Thomas Farr <[email protected]>

* Integration test

Signed-off-by: Thomas Farr <[email protected]>

* Checkstyle fix

Signed-off-by: Thomas Farr <[email protected]>

* Run unreleased test

Signed-off-by: Thomas Farr <[email protected]>

* Fixes

Signed-off-by: Thomas Farr <[email protected]>

* Assume knn plugin installed

Signed-off-by: Thomas Farr <[email protected]>

* Changelog

Signed-off-by: Thomas Farr <[email protected]>

* Add to QueryBuilders

Signed-off-by: Thomas Farr <[email protected]>

---------

Signed-off-by: Thomas Farr <[email protected]>
Signed-off-by: Thomas Farr <[email protected]>
(cherry picked from commit f427f27)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Vacha Shah <[email protected]>
@VachaShah
Copy link
Collaborator

Compile errors:

public class KnnIT extends AbstractKnnIT {
> Task :java-client:compileTestJava
       ^
/home/runner/work/opensearch-java/opensearch-java/java-client/src/test/java/org/opensearch/client/opensearch/integTest/restclient/KnnIT.java:20: error: method does not override or implement a method from a supertype
    @Override
    ^
/home/runner/work/opensearch-java/opensearch-java/java-client/src/test/java/org/opensearch/client/opensearch/integTest/restclient/KnnIT.java:22: error: incompatible types: org.apache.hc.core5.http.HttpHost[] cannot be converted to org.apache.http.HttpHost[]
        return new RestClientTransport(buildClient(settings, hosts), new JacksonJsonpMapper());

@VachaShah
Copy link
Collaborator

Fixed the errors in the latest commit.

@VachaShah
Copy link
Collaborator

@reta Can I get a review for this? Thank you!

@reta reta merged commit 1eb8fc5 into 2.x Jul 5, 2023
43 of 44 checks passed
@github-actions github-actions bot deleted the backport/backport-548-to-2.x branch July 5, 2023 19:04
@BrendonFaleiro BrendonFaleiro mentioned this pull request Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants