是否有任何启用 opennlp 集成的 solr 5.3.1 配置?

is there any configuration for solr 5.3.1 that enable opennlp integration?

我看到有一个article in the Apache wiki on OpenNLP for Solr

它对当前的 solr 5.3.1 版本有效吗?

不,如果您看一下 LUCENE-2899,您会发现所讨论的代码从未添加到主干中。如果您要将它作为 Solr 的原生代码,您必须自己 download/patch/update 代码。

最好在 Solr 之外完成所有 NLP 工作,然后以适合您要解决的任务的形式为结果编制索引。

是的。最好放在外面。 这是我试过的一个小项目。 https://github.com/john77eipe/DeepQA