While pursuing the check with java 5, I tried to recreate the original
problem.
It took me a while, and I've discovered that underlying it all was a
PEBKAC situation.
Before reading the docs, I tried putting my custom.jar into any and
every directory that had jars.
After reading the docs, I put i
Yes, this is with the Jetty that comes with Solr. Right now I'm just
familiarizing myself with everything.
smithde ~>uname -a
Linux smithde 2.6.19-ARCH #1 SMP PREEMPT Thu Jan 11 20:08:17 CET 2007
i686 Intel(R) Pentium(R) 4 CPU 2.80GHz GenuineIntel GNU/Linux
smithde ~>java -version
java vers
AM
To: solr-user@lucene.apache.org
Subject: Re: Custom Tokenizer
Hmmm, classloader hell...
I assume you are putting your analyzer in solr/lib?
Perhaps try to explode the solr webapp and put your custom analyzer
directly in WEB-INF/lib/
-Yonik
On 2/2/07, Smith,Devon <[EMAIL PROTECTED]>
Hi,
I'm trying to get a custom tokenizer working, but I'm having some
problems. Per the instructions on various pages [1][2], I've been able
to develop and build the factory and tokenizer. However, when I start
solr up, I get a stack trace, that says "java.lang.NoClassDefFoundError:
org/apache/sol