Hi guys!
I'm running out of the day but could not figure out what is going wrong.
I successfully install couchdb-lucene that returns:
{"couchdb-lucene":"Welcome","version":"2.1.0-SNAPSHOT"}
but get httpd_global_handlers by curl:
curl admin:admin123@localhost:5984/_config/httpd_global_handlers/_fti
gives me error:
{"error":"not_found","reason":"Database does not exist."}
I also try to do the guide:
curl admin:admin123@localhost:5984/_fti/local/database/_design/views/by_content?q=hello
but it throws same error.
Hi guys! I'm running out of the day but could not figure out what is going wrong. I successfully install couchdb-lucene that returns:
{"couchdb-lucene":"Welcome","version":"2.1.0-SNAPSHOT"}
but get httpd_global_handlers by curl:curl admin:admin123@localhost:5984/_config/httpd_global_handlers/_fti
gives me error:{"error":"not_found","reason":"Database does not exist."}
I also try to do the guide:
curl admin:admin123@localhost:5984/_fti/local/database/_design/views/by_content?q=hello
but it throws same error.Thanks in advance, huyentk