-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(couchdb): Support CouchDb Lucene 2.1.0 with CouchDb 2.1.2 and backward compatibility #926
chore(couchdb): Support CouchDb Lucene 2.1.0 with CouchDb 2.1.2 and backward compatibility #926
Conversation
…ackward compatibility Signed-off-by: Jaideep Palit <[email protected]>
I am not sure, if the provided information is sufficient to test this branch successfully:
-> search does not work, see screenshot. I suspect that some configuration information is missing. |
BTW. if someone else attmepts to try it. some notes about the couchdb installation. Very disappointing, if you go for the official page: it points you to the page where you can install couchdb 3.1 (on xenial). There is no way to install any version of couchdb 2.x just from packages in an obviousway. I downloaded the deb file from:
or after adding the ppa:
The couchup commands are
however, if this fails at one database it stops and you can start executing this for any of the remaining databases manually (instead of the |
after a clean vagrant setup (with manual installation of couchdb lucene and couchdb 2.1.2:
|
Added |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested with couchdb 2.1.2 and couchdb lucene 2.1 and tested with cocuhdb 1.6 (?, whatever is there on xenial) and lucene 1.0.2 both work
actually, installing couchdblucene is quite an adventure, thanks @JaideepPalit for the steps, I also missed to rename the servlet war file at first attempt :-( |
Issue:
How To Test?
Checklist
Must:
Signed-off-by: Jaideep Palit [email protected]