i want to using couchdb-lucene as full text search,
but i can’t run it…
i got this error
ls: cannot access lib/*.jar: No such file or directory Exception in
thread “main” java.lang.NoClassDefFoundError:
com/github/rnewson/couchdb/lucene/Main Caused by:
java.lang.ClassNotFoundException:
com.github.rnewson.couchdb.lucene.Main at
java.net.URLClassLoader$1.run(URLClassLoader.java:217) at
java.security.AccessController.doPrivileged(Native Method) at
java.net.URLClassLoader.findClass(URLClassLoader.java:205) at
java.lang.ClassLoader.loadClass(ClassLoader.java:321) at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294) at
java.lang.ClassLoader.loadClass(ClassLoader.java:266) Could not find
the main class: com.github.rnewson.couchdb.lucene.Main. Program will
exit.
and how to integrate it with bigcouch..?
i can’t start it so i can’t try to integrate it with bigcouch…
Did you build the zip file, unpack it, and run the startup script from the bin/ folder?
https://github.com/rnewson/couchdb-lucene/blob/master/README.md