我在http://spotlight.dbpedia.org/rest/编写了一些使用 Lucene 端点的代码。它有效,但我想看看结果与统计端点有何不同。但是,当我尝试将代码中的 URL 更改为http://spotlight.sztaki.hu:2222/rest时,我得到了“Stream Closed”Java IO 异常。代码在其他方面是相同的。
网址从
http://spotlight.dbpedia.org/rest/annotate/?confidence=0.2&support=20&text=<my URL-encoded text>
to
http://spotlight.sztaki.hu:2222/rest/annotate/?confidence=0.2&support=20&text=<my URL-encoded text>
任何指针将不胜感激。