Re: solr - uima error

2011-01-30 Thread Tommaso Teofili
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.jartosolr\lib but what causing the

Re: solr - uima error

2011-01-30 Thread Darx Oman
Thanx Tommaso now solr starts OK. but what really I don't comprehend is how my text get annotated by UIMA because when I started indexing none of the UIMA new fields get data If you please point me to some kind of articles that explain how this thing works...

Re: solr - uima error

2011-01-29 Thread Tommaso Teofili
Hi Darx you need to run 'and dist' under solr/contrib/uima and then reference the created jar (under solr/contrib/uima/build) inside the solrconfig.xml (lib tag) of your instance. Hope this helps, Tommaso 2011/1/29 Darx Oman darxo...@gmail.com I tried to do the uima integration with solr I

Re: solr - uima error

2011-01-29 Thread Darx Oman
Hi I already copied apache-solr-uima-4.0-SNAPSHOT.jartosolr\lib but what causing the error is this updateRequestProcessorChain name=uima processor class=org.apache.solr.uima.processor.UIMAProcessorFactory/ processor class=solr.LogUpdateProcessorFactory / processor

solr - uima error

2011-01-28 Thread Darx Oman
I tried to do the uima integration with solr I followed the steps in the readme file using the solr example folder as my solr instance but when I started solr, I got this error message HTTP ERROR 500 Problem accessing /solr/admin/. Reason: Severe errors in solr configuration. Check your