Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

CouchDB 2.1 compatibility #259

Open
bazaglia opened this issue Oct 25, 2017 · 3 comments
Open

CouchDB 2.1 compatibility #259

bazaglia opened this issue Oct 25, 2017 · 3 comments

Comments

@bazaglia
Copy link

As I've read in previous issues, this plugin is not compatible with CouchDB 2.0/2.1 yet. I couldn't get it running: it seems also that _fti endpoint is NOT available. There's also a new 5986 port which is available but I'm not sure what it does so it stills confusing me. I wasn't able to get CouchDB communicating with Lucene. Any suggestions on how to get it working?

@afinne
Copy link

afinne commented Oct 30, 2017

Have you tried querying from 5985 directly? E.g. http://localhost:5985/local/mydb/_design/doc/view ?

@rnewson
Copy link
Owner

rnewson commented Nov 13, 2017

Hi, sorry for the delay. It's true that in CouchDB 2.x that it's no longer possible to add arbitrary endpoints to the 5984 port. You should not use the 5986 port at all, that's a legacy thing that CouchDB will remove in a future release.

couchdb-lucene is compatibile with CouchDB 2.x, the only thing you can't do is hook the querying endpoint directly into the couchdb API.

@roderick-unicom
Copy link

Hi @rnewson. I have been researching how to use lucene with couchdb, and wanted some clarification on this. Is it my understanding that this is the same as using Dreyfus and Clouseau with Couchdb? Also, If I already have a 2.1.1 cluster setup and running, could I follow this setup for adding Lucene for my existing environment?

Thanks in advance.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants