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
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
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.
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
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