CouchDB is a good piece of software for some scenario's and easy to use. It has update handlers to which you could attach a small program that takes the input, transforms it to Solr XML and send it over.
CouchDB lucene is a bit different. It lacks the power of Solr but allows and you need to write a custom view to send data over. But, it works and brings full-text search to CouchDB. > I am curious to see if anyone has messed around with Solr and the > Couch-Lucene incarnation that is out there...I was passed this article > this morning and it really opened my eyes about CouchDB > http://m.readwriteweb.com/hack/2011/02/hacker-chat-max-ogden.php > > Thoughts, > Adam