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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to