Hello,
I saw same error. The cause of this problem is there are two
lucene-analyzers*.jar
files in trunk.
$ find . -name "lucene-analyzers-*.jar"
./client/ruby/solr-ruby/solr/lib/lucene-analyzers-2.2-dev.jar
./lib/lucene-analyzers-2.2.0.jar
To eliminate error on eclipse, remove lucene-analyze
I checked out the latest solr source code from subversion and put it in
an eclipse project. I used all the jars for the project (had to add
junit). I get errors in eclipse about two constants not being defined
in one of the library jars:
(based on imports org.apache.lucene.analysis.ngram.EdgeNG