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

Removes KNNXparser and uses map instead #1731

Merged

Conversation

shatejas
Copy link
Contributor

@shatejas shatejas commented Jun 7, 2024

Moves files from engine.method to index.util package

Description

Follow up on #1707

Issues Resolved

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed as per the DCO using --signoff

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.

Moves files from engine.method to index.util package

Signed-off-by: Tejas Shah <[email protected]>
@@ -22,6 +22,8 @@
import java.util.HashMap;
import java.util.Map;
import java.util.function.BiFunction;
import java.util.List;
import java.util.ArrayList;
Copy link
Contributor Author

@shatejas shatejas Jun 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These two were somehow removed during the merge so added it back

@jmazanec15 jmazanec15 merged commit 3602ab1 into opensearch-project:feature/ef-search Jun 7, 2024
36 of 61 checks passed
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