File couchdb-lucene.couchdb.ini of Package couchdb-lucene
[httpd_global_handlers] ; This directive links the /_fti path to a CouchDB-Lucene instance ; listening on localhost on port 5985. This configuration will expose ; a /_fti/SERVER_NAME/DATABASE_NAME/_design path, where: ; ; * SERVER_NAME is the mapping name defined in conf/couchdb-lucene.ini ; * DATABASE_NAME is the database you want to index. ; _fti = {couch_httpd_proxy, handle_proxy_req, <<"http://127.0.0.1:5985">>}