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

Accessing Document Metadata e.g. Title in UIMA

2016-12-05 Thread Soumitra Mazumder
Hi, I am working presently with Solr6.3 and using UIMA annotators for annotation. I have ran into a dead end while trying to access document meta information from UIMA.Is there any way that can help me to get this information as I might want to trigger a third party process. I have searched

connectingto Remote UIMA Proces from Solr

2016-11-22 Thread Soumitra Mazumder
Hi, I have following requirement for calling UIMA annotators from Solr. Can you please help or guide me to some documentation for the same. *1) Apache UIMA will run as a separate process in a remote server2) Solr will send the document text Apache UIMA3) UIMA will send back the Annotators4)