Y
Hacker News
new
|
ask
|
show
|
jobs
by
mark_l_watson
3619 days ago
Cool! One question: CouchDB is written in Erlang and Lucene is Java. So CouchDB is now a dual language project, implementation wise?
1 comments
spb
3619 days ago
I think what they're saying is that it used to be CouchDB -> Addon -> Lucene, where it's now just CouchDB -> Lucene. It still requires a separate component in Lucene; it just doesn't require maintaining
another
separate component.
link