You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by soumitra80 <so...@gmail.com> on 2016/12/23 09:56:46 UTC

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

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
searching for a concrete documentation. 
  As far as SOLR is concerned I  can send document indexed field in below
fasion.
           <lst name="analyzeFields">
           <bool name="merge">false</bool>
           <arr name="fields">
             <str>text</str>
			 <str>title</str>			 
           </arr>
         </lst>
		 
  how to get value of "title" from UIMA. Do I  have do create some input
features. Please help.
Regards
Soumitra 



--
View this message in context: http://lucene.472066.n3.nabble.com/How-to-get-SOLR-document-metadata-in-UIMA-using-SOLR6-3-tp4311032.html
Sent from the Lucene - Java Developer mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org