{"id":17449388,"url":"https://github.com/klaemo/docker-couchdb-lucene","last_synced_at":"2025-09-13T21:30:51.891Z","repository":{"id":66275837,"uuid":"58215784","full_name":"klaemo/docker-couchdb-lucene","owner":"klaemo","description":"Dockerized Full Text Search for CouchDB","archived":false,"fork":false,"pushed_at":"2018-03-19T16:50:00.000Z","size":10,"stargazers_count":12,"open_issues_count":3,"forks_count":12,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-07T18:03:36.503Z","etag":null,"topics":["couchdb","docker","docker-image","full-text-search","lucene"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/klaemo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-05-06T15:14:47.000Z","updated_at":"2023-02-20T08:16:18.000Z","dependencies_parsed_at":"2023-04-28T20:16:02.555Z","dependency_job_id":null,"html_url":"https://github.com/klaemo/docker-couchdb-lucene","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/klaemo/docker-couchdb-lucene","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klaemo%2Fdocker-couchdb-lucene","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klaemo%2Fdocker-couchdb-lucene/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klaemo%2Fdocker-couchdb-lucene/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klaemo%2Fdocker-couchdb-lucene/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/klaemo","download_url":"https://codeload.github.com/klaemo/docker-couchdb-lucene/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klaemo%2Fdocker-couchdb-lucene/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275029907,"owners_count":25393398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["couchdb","docker","docker-image","full-text-search","lucene"],"created_at":"2024-10-17T21:37:41.001Z","updated_at":"2025-09-13T21:30:51.671Z","avatar_url":"https://github.com/klaemo.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-couchdb-lucene\n\nRun [CouchDB Lucene](https://github.com/rnewson/couchdb-lucene) in a docker container.\n\n```\ndocker run -d -p 5985:5985 klaemo/couchdb-lucene\n```\n\n## Configuration\n\nBoth your CouchDB container and the CouchDB Lucene container need to be able to connect to\neachother. This can be done through docker networking. Feel free to take a look at the setup\nin the `example` directory.\n\n## CouchDB Lucene\n\nBy default the CouchDB Lucene container expects CouchDB to be\nreachable at `http://couchdb:5984`. Again this can be achieved with docker networks or container linking.\nYou can adjust it by doing the following in the couchdb-lucene container (or in a Dockerfile):\n\n```\nsed -e 's/couchdb:5984/your-couchdb-hostname:5984/' -i /opt/couchdb-lucene/conf/couchdb-lucene.ini\n```\n\n### Proxy handler for CouchDB\n\nAdd the following to your CouchDB's `local.ini` or in the configuration UI (adjusting the couchdb-lucene URL accordingly):\n```\n[httpd_global_handlers]\n_fti = {couch_httpd_proxy, handle_proxy_req, \u003c\u003c\"http://couchdb-lucene:5985\"\u003e\u003e}\n```\n***Note:*** The proxy handler currently doesn't work with CouchDB 2.0 (see [this issue](https://issues.apache.org/jira/browse/COUCHDB-3172)).\nYou can query couchdb-lucene directly instead.\n\n### Available Tags\n\n* `1.0.2`: CouchDB-Lucene 1.0.2\n* `1.1.0`: CouchDB-Lucene 1.1.0\n* `2.1.0`, `latest`: CouchDB-Lucene 2.1.0\n\n## Further reading\n\n* [couchdb-lucene](https://github.com/rnewson/couchdb-lucene)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklaemo%2Fdocker-couchdb-lucene","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fklaemo%2Fdocker-couchdb-lucene","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklaemo%2Fdocker-couchdb-lucene/lists"}