I found the issue is in the README.txt as the right class to use is UIMAUpdateRequestProcessorFactory, please change that in your solrconfig. Regards, Tommaso
2011/1/30 Darx Oman <darxo...@gmail.com> > Hi > I already copied "apache-solr-uima-4.0-SNAPSHOT.jar" to solr\lib > but what causing the error is this > > > < > updateRequestProcessorChain name="uima"> > > <processor class="org.apache.solr.uima.processor.UIMAProcessorFactory"/> > > <processor class="solr.LogUpdateProcessorFactory" /> > > <processor class="solr.RunUpdateProcessorFactory" /> > > </updateRequestProcessorChain> > > > > > > this class is not found > > processor class="org.apache.solr.uima.processor.UIMAProcessorFactory >