I am integrating Elastic search in my project. I used the various packages out of them now I am with one of following - https://github.com/sleimanx2/plastic. While running the instance it gives me error while running the search request as follow.
log.WARNING: Curl exception encountered. [] []
log.WARNING: Request Failure: {"method":"GET","uri":"http://127.0.0.1:9200/plastic/books/_search","headers":{"host":["127.0.0.1:9200"]},"HTTP code":null,"duration":0.202,"error":"cURL error 7: Failed to connect to 127.0.0.1 port 9200: Connection refused"} []
log.WARNING: Response [null] []
log.WARNING: Marking node 127.0.0.1:9200 dead. [] []
log.WARNING: Retries left? true [] []
log.CRITICAL: No alive nodes found in cluster [] []
Hello, I have installed elasticsearch and started the instance
D:\elasticsearch-2.3.5\bin>service.bat start
The service 'elasticsearch-service-x86' has been started
However still there is an issue like as follow
{"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index","resource.type":"index_or_alias","resource.id":"plastic","index":"plastic"}],"type":"index_not_found_exception","reason":"no such index","resource.type":"index_or_alias","resource.id":"plastic","index":"plastic"},"status":404}
Hello, I have installed elasticsearch and started the instance
D:\elasticsearch-2.3.5\bin>service.bat start
The service 'elasticsearch-service-x86' has been started
However still there is an issue like as follow
{"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index","resource.type":"index_or_alias","resource.id":"plastic","index":"plastic"}],"type":"index_not_found_exception","reason":"no such index","resource.type":"index_or_alias","resource.id":"plastic","index":"plastic"},"status":404}
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.