Hacker News new | ask | show | jobs
Open-Sourcing IBM Cloudant’s CouchDB Search Integration with Lucene (cloudant.com)
18 points by mbroberg 3973 days ago
1 comments

Disclosure: I work for Cloudant. There are two libraries outlined in the blog:

Clouseau, in Scala: https://github.com/cloudant-labs/clouseau Dreyfus, in Erlang: https://github.com/cloudant-labs/dreyfus

Which version of Lucene are these built on?
The POM implies for Clouseau is built on Lucene 4.6.1 and compiled for Java 1.6 and Scala 2.9.1. Also the artifacts don't seem to be in Maven Central.
We didn't publish to Maven Central. It's not a library, but I guess we could publish there. Thanks for the suggestion.
Built on Lucene 4.6.1, yes.