SOl6.3 Alchemy Annotator Not Working

2016-11-23 Thread soumitra80
Hi, I am getting below exception when I am trying to do data Import in solr 6.3 for Alchemy Annotator. 2016-11-24 06:23:12.121 ERROR (qtp-1937374684-28) [ x:dev] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: missing content stream at org.apache.solr.handler.ContentS

Re: SOl6.3 Alchemy Annotator Not Working

2016-11-24 Thread soumitra80
I have managed to get it working. Now getting a exception for a different annotator. org.apache.solr.common.SolrException: processing error java.lang.NullPointerException. id=C:\IBMASSIGNMENTS\WatsonCognitive\data\WatsonConferenceRooms.pdf, text="null C:\NONIBM\uimaj-2.9.0-bin\apache-uima\exampl

Re: SOl6.3 Alchemy Annotator Not Working

2016-11-27 Thread soumitra80
This issue has been resolved. Please close this -- View this message in context: http://lucene.472066.n3.nabble.com/SOl6-3-Alchemy-Annotator-Not-Working-tp4307228p4307625.html Sent from the Solr - User mailing list archive at Nabble.com.

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

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