[
https://issues.apache.org/jira/browse/SOLR-11694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16515576#comment-16515576
]
Rick Kellogg commented on SOLR-11694:
-------------------------------------
Several observations related to SOLR v7.3.1 and UIMA integration:
Configuration document includes many errors:
Step 1:
Replace with:
<lib dir="${solr.install.dir:../../../..}/contrib/uima/lib" />
<lib dir="${solr.install.dir:../../../..}/contrib/uima/lucene-libs" />
<lib dir="${solr.install.dir:../../../..}/dist/" regex="solr-uima-\d.*\.jar" />
Step 2:
Replate with: <field name="sentence" type="string" indexed="true" stored="true"
multiValued="true" required="false" />
Step 3:
Add note that all runtimeParameters are required.
Step 4:
The XmlUpdateRequestHandler has been deprecated and replaced. Step not
necessary with later SOLR releases.
Even after successful setup using corrections above the SOLR provided
integration fails.
The AlchemyAPI has been retired and is no longer available. It has been
replaced by IBM Watson. See
https://www.ibm.com/blogs/bluemix/2017/03/bye-bye-alchemyapi/ for more details.
The OpenCalaisAnnotator fails because it uses an endpoint no longer supported
by Thomson Reuters. Version of UIMA 2.3.1 included in SOLR is at least 6 years
old.
There might be something worth saving in here but one might want to consider
updating from UIMA 2.3.1 to 2.10.3 or preferably 3.0.0. Uncertain if the
upgrade to 3.0.0 might break all the other existing UIMA add ons.
> UIMA Contrib no longer works with Alchemy keys
> ----------------------------------------------
>
> Key: SOLR-11694
> URL: https://issues.apache.org/jira/browse/SOLR-11694
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Components: contrib - UIMA
> Reporter: Cassandra Targett
> Priority: Major
>
> A user on the [solr-user mailing list back in
> June|https://mail-archives.apache.org/mod_mbox/lucene-solr-user/201706.mbox/%3CCANsk%2BC_PvZJ38AQ2VfzKRYSQn6c8b33kGvaXxR3qNS3GQ4VUKA%40mail.gmail.com%3E]
> brought up the fact that IBM has bought Alchemy and keys are no longer
> available to use Solr's UIMA contrib.
> Someone recently made a [similar
> comment|https://lucene.apache.org/solr/guide/7_1/uima-integration.html#comment_7174]
> to the Solr Ref Guide page and asking for a patch.
> I know next to nothing about UIMA, but figured it's worth an issue to
> determine what to do here. I think folks are saying it's no longer usable? Or
> maybe only usable by people who already have keys (which will possibly expire
> at some point)?
> Anyone have an idea what needs to be done here? It seems we should have some
> kind of answer, but if it's no longer usable perhaps we should retire the
> contrib.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]