But I have project on scala, and need scala client for Elasticsearch. I can create client for Elasticsearch 2.x version, but can't for last version. I need a help
I try to create class extends on abstract class TransportClient named PreBuiltTransportClient (like in docs).
class PreBuiltTransportClient(settings: Settings) extends TransportClient(settings, new util.ArrayList[Class[_ <: Plugin]])
But Idea tell me that it can't resolve constructor.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.