Live data from Hacker News

Open-Sourcing IBM Cloudant’s CouchDB Search Integration with Lucene

cloudant.com

1–6 of 6 posts

Re: Open-Sourcing IBM Cloudant’s CouchDB Search Integration with Lucene

#3
post #2

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?

Re: Open-Sourcing IBM Cloudant’s CouchDB Search Integration with Lucene

#4
post #3
post #2

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.

Re: Open-Sourcing IBM Cloudant’s CouchDB Search Integration with Lucene

#5
post #3
post #2

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?

Built on Lucene 4.6.1, yes.

Re: Open-Sourcing IBM Cloudant’s CouchDB Search Integration with Lucene

#6
post #3

Earlier quoted context omitted.

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.