Re: How to get SOLR document metadata in UIMA using SOLR6.3

2016-12-24 Thread Tommaso Teofili
The UIMAUpdateRequestProcessor passes the text from all the SolrInputDocument fields configured in solrconfig.xml into the UIMA's JCas text, so in your use case you will see both the fields 'text' and 'title' passed as text, either as a merged single text or as two separate text fragments to be

How to get SOLR document metadata in UIMA using SOLR6.3

2016-12-23 Thread Soumitra Mazumder
Hi All, I am working on SOLR and UIMA development assignment. where I need to pass some of the SOLR document metadata to UIMA chain. Is there any concrete example on how to do SO. For example if I have pass "title" information to the UIMA update processor then how can I do it. I am