When start solr cloud with external zookeeper cluster, got error:
java.lang.NoClassDefFoundError: org/apache/lucene/analysis/util/TokenizerFactory
I checked the configuration, but didn't found any error.
The additional 3rd party jars are added at: solr-6.2.0-cloud/server/lib/ext
, is that a problem ?
What could possibly be the reason? thanks.