Re: Integrating Solr with OpenNLP-UIMA pear file

2017-04-10 Thread aruninfo100
I was able to figure out the issue.I was directly calling the installed pear file in Solr updateRequestHandler.Once I mapped the pear file inside a AE xml file and pointing the AE file in requesthandler solved the issue. -- View this message in context: http://lucene.472066.n3.nabble.c

Re: Integrating Solr with OpenNLP-UIMA pear file

2017-04-09 Thread Yasufumi Mizoguchi
Hi, I know few about Solr-UIMA integration, but found a suspicious point in your configuration below. name="analysisEngine">D/:temp/opennlp.uima.OpenNlpTextAnalyzer/opennlp.uima.OpenNlpTextAnalyzer_pear.xml I think Windows file path should start with [Drive letter] + ':', but the above star