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

2016-12-22 Thread soumitra80
I am more interested in UIMA JCas code. as I know that from Update processing chain I can send analyze fields. I can mention there "title" but how to access that in UIMA Jcas -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-get-SOLR-document-metadata-in-UIMA-using-SO

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

2016-12-22 Thread soumitra80
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 searchin