-
Notifications
You must be signed in to change notification settings - Fork 18
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
Expose getClient #23
Comments
You can't put it on the |
@adrianluisgonzalez that's exactly what am trying to achieve here...any suggestion on how to fix this ? |
What do you need the transport client for? Should additional functionality be added to If you are not using the proxy version of the service ( |
@adrianluisgonzalez Technically, I'm using another library - https://github.com/NLPchina/elasticsearch-sql/tree/elastic2.0 for parsing SQLs to Elasticsearch DSL and this requires the ES client. Here is what I have to as a quick fix:
|
I've a requirement to expose the transport client in my application but seems the service does not correctly offer that.
I tried adding the getClient to the Elasticsearchservice but I got some exception relating to abstractmethod not defined.
Any ideas ?
The text was updated successfully, but these errors were encountered: