On Mon, 27 Sep 2010, Robert Muir wrote:
yeah i just tested, i get the same error in java if i do this: Class.forName("org.apache.lucene.analysis.cn.smart.AnalyzerProfile"); So really we just need to clean up this analyzer some, because the data files are packaged in the jar and i think this AnalyzerProfile stuff is not needed and confusing.
Even better. In the meantime, I just added --exclude org.apache.lucene.analysis.cn.smart.AnalyzerProfile and that works around the issue. Thanks ! Andi..