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
ying to add those same JARs to my tomcat instance's solrhome/lib
doesn't work. Any ideas how to troubleshoot?
On Fri, Apr 6, 2012 at 12:15 PM, N. Tucker
wrote:
> Hello, I'm running into an odd problem trying to use ICUTokenizer
> under a solr installation running under tom
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
Apologies if this is a very straightforward schema design problem that
should be fairly obvious, but I'm not seeing a good way to do it.
Let's say I have an index that wants to model Albums and Tracks, and
they all have arbitrary tags attached to them (represented by
multivalue string type fields).