It seems Eclipse was adding
import org.elasticsearch.action.admin.indices.create.CreateIndexRequest;
when it should have been
import org.elasticsearch.client.indices.CreateIndexRequest;
Thank you!
It seems Eclipse was adding
import org.elasticsearch.action.admin.indices.create.CreateIndexRequest;
when it should have been
import org.elasticsearch.client.indices.CreateIndexRequest;
Thank you!
© 2020. All Rights Reserved - Elasticsearch
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.