rnewson / couchdb-lucene

Enables full-text searching of CouchDB documents using Lucene
Apache License 2.0
769 stars 145 forks source link

Can not run CouchDB lucene version 2.1 #266

Closed huyentk closed 6 years ago

huyentk commented 6 years ago

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