Re: Solr UIMA integration problem

2011-08-17 Thread solr nps
Thanks for the reply. I changed it to 'coveredText' as you recommended but that did not help, I got the same error message. solrconfig.xml now looks like the following org.apache.uima.alchemy.ts.concept.ConceptFS coveredText concep

Re: Solr UIMA integration problem

2011-08-17 Thread Tommaso Teofili
At a first glance I think the problem is in the 'feature' element which is set to 'title'. The 'feature' element should contain a UIMA Feature of the type defined in element 'type'; for example for SentenceAnnotation [1] defined in HMM Tagger has 'only' the default features of a UIMA Annotation: be

Solr UIMA integration problem

2011-08-16 Thread solr nps
Hello, I am using Solr 3.3. I have been following instructions at https://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_3_3/solr/contrib/uima/README.txt My setup looks like the following. solr lib directory contains the following jars apache-solr-uima-3.3.0.jar commons-digester-2.0.jar u