Hello,
In solr-trunk/solr/exampleREADME.txt it says
"java -Dsolr.solr.home=example-DIH" but it should be
"java -Dsolr.solr.home=example-DIH/solr" (it is correct in
example-DIH/README.txt)
When execute full-import on mail core, I get this :
( I am note sure if mail core needs some extra jars)
Caused by: java.lang.ClassNotFoundException: org.apache.tika.Tika
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.net.FactoryURLClassLoader.loadClass(URLClassLoader.java:627)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Somehow core tika's Dataimport link seems does not working. Weird thing is
other cores' works. (tested in firefox and safari)
db, rss and solr cores have admin-extra.html while tika and mail don't.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]