Re: solr analysis-extras configuration

2012-04-10 Thread N. Tucker
I'm still not exactly clear on why this is the case, but the problem turned out to be that the extra libs needed to be in my tomcat app's WEB-INF/lib directory, rather than ${solrhome]/lib. I don't really understand the distinction between the two, especially since Solr was reporting that it was l

Re: solr analysis-extras configuration

2012-04-09 Thread Chris Hostetter
: Further info: I can make this work if I stay out of tomcat -- I : download a fresh solr binary distro, copy those five JARs from 'dist' : and 'contrib' into example/solr/lib/, copy my solrconfig.xml and : schema.xml, and run 'java -jar start.jar', and it works fine. But : trying to add those sa

Re: solr analysis-extras configuration

2012-04-06 Thread Lance Norskog
Tomcat needs an explicit parameter somewhere to use UTF-8 text. It's on the wiki how to do this. On Fri, Apr 6, 2012 at 4:41 PM, N. Tucker wrote: > Further info: I can make this work if I stay out of tomcat -- I > download a fresh solr binary distro, copy those five JARs from 'dist' > and 'contri

Re: solr analysis-extras configuration

2012-04-06 Thread N. Tucker
Further info: I can make this work if I stay out of tomcat -- I download a fresh solr binary distro, copy those five JARs from 'dist' and 'contrib' into example/solr/lib/, copy my solrconfig.xml and schema.xml, and run 'java -jar start.jar', and it works fine. But trying to add those same JARs to

solr analysis-extras configuration

2012-04-06 Thread N. Tucker
Hello, I'm running into an odd problem trying to use ICUTokenizer under a solr installation running under tomcat on ubuntu. It seems that all the appropriate JAR files are loaded: INFO: Adding 'file:/usr/share/solr/lib/lucene-stempel-3.5.0.jar' to classloader INFO: Adding 'file:/usr/share/solr/li