Greetings intrepid CouchDb Adventurers,
Has anyone here used couchdb_lucene with CouchDBX, successfully?
I have used it with no problems on Ubuntu 8.10/Couch
0.9/couchdb-lucene-0.3-SNAPSHOT-jar-with-dependencies.jar
But trying to stat it up on
Leopard/CouchDBX0.9/couchdb-lucene-0.3-SNAPSHOT-jar-with-dependencies.jar
- having problems.
CouchDBX hangs on restart after I uncomment the foll lines in local.ini
;[external]
;fti=/usr/bin/java -jar
/cdb09/lib/couchdb-lucene-0.3-SNAPSHOT-jar-with-dependencies.jar -search
;[update_notification]
;indexer=/usr/bin/java -Xmx512m -Xms256m -Dcouchdb.lucene.commit.min=50
-jar /cdb09/lib/couchdb-lucene-0.3-SNAPSHOT-jar-with-dependencies.jar -index
;[httpd_db_handlers]
;_fti = {couch_httpd_external, handle_external_req, <<"fti">>}
Any ideas ?
Nitin Borwankar