Cannot create new Index in Elastic 6.5.1

I m new bie in Elastic

I have issue in stack overlfow

cannot create crud (insert, update) using java and mysql.

i have taken help from article

https://www.elastic.co/guide/en/elasticsearch/client/java-rest/current/java-rest-high-document-index.html#java-rest-high-document-index

can anyone tell why i cannot import these pkg in 6.5.1

import org.elasticsearch.ElasticsearchException;
import org.elasticsearch.action.index.IndexRequest;
import org.elasticsearch.action.index.IndexResponse;

Eclipse is giving error

The import org.elasticsearch.ElasticsearchException cannot be resolved

But in tutorial sample code is not mentioned,.

any suggestion most wlecome.

Another Solution i tried
in pom,xml

org.elasticsearch.action elasticsearch-index-request 6.5.1 compile

but after compiling its giving error
Missing artifact org.elasticsearch.action:elasticsearch-index-request:jar:6.5.1

can anyone suggest why IndexRequest package is not working in 6.5.1 pom.xml

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.