This line is not compiling in Eclipse:
BulkRequestBuilder bulkRequest = client.prepareBulk();
Error:
`
The method prepareBulk() is undefined for the type RestHighLevelClient
`
Any ideas what? Am I missing a dependency?
This line is not compiling in Eclipse:
BulkRequestBuilder bulkRequest = client.prepareBulk();
Error:
`
The method prepareBulk() is undefined for the type RestHighLevelClient
`
Any ideas what? Am I missing a dependency?
Did you read https://www.elastic.co/guide/en/elasticsearch/client/java-rest/current/java-rest-high-document-bulk.html
?
Yeah, I tried to delete the post after the fact.
Thanks again.
you were right!
7770 records in about a minute!
Edit by @dadoonet: Related post:
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 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.