You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: