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

Refactor low level OpenSearch client for general use #74

Closed
dai-chen opened this issue Oct 17, 2023 · 1 comment
Closed

Refactor low level OpenSearch client for general use #74

dai-chen opened this issue Oct 17, 2023 · 1 comment
Labels
0.3 maintenance Code refactoring

Comments

@dai-chen
Copy link
Collaborator

dai-chen commented Oct 17, 2023

Currently FlintOpenSearchClient creates a low level OpenSearch client:

https://github.com/opensearch-project/opensearch-spark/blob/main/flint-core/src/main/scala/org/opensearch/flint/core/storage/FlintOpenSearchClient.java#L166

This is private and hard to be used by FlintJob which needs to manipulate query result index in OpenSearch. We may want to extract the low level code to a new client for both sides use.

@dai-chen
Copy link
Collaborator Author

dai-chen commented Jul 8, 2024

Solved in #377.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.3 maintenance Code refactoring
Development

No branches or pull requests

1 participant