You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 4, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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.
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?
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 new5986
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?The text was updated successfully, but these errors were encountered: