[
https://issues.apache.org/jira/browse/JENA-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15615784#comment-15615784
]
Jean-Marc Vanel edited comment on JENA-1250 at 10/28/16 4:11 PM:
-----------------------------------------------------------------
Now it compiles with Lucene 5.5.3, but still 35 warnings :(
Strangely SolrServer is deprecated in favour of SolrClient...
I also had to fix some reflection programming in
Util.getLocalizedAnalyzer(String lang, Version ver)
Still troubles with tests:
-------------------------------------------------------
Failed tests:
TestDatasetWithLuceneMultilingualTextIndex.testEnglishStemming:189->AbstractTestDatasetWithTextIndexBase.doTestSearch:62->AbstractTestDatasetWithTextIndexBase.doTestSearch:66->AbstractTestDatasetWithTextIndexBase.doTestSearch:71->AbstractTestDatasetWithTextIndexBase.doTestQuery:104
expected:<true> but was:<false>
TestDatasetWithLuceneMultilingualTextIndex.testRetrievingSKOSConcepts:236->AbstractTestDatasetWithTextIndexBase.doTestQuery:104
expected:<true> but was:<false>
TestTextIndexSolrAssembler.testIndexUsesHttpServer:50
Tests run: 170, Failures: 3, Errors: 0, Skipped: 0
was (Author: jmvanel):
Now it compiles with Lucene 5.5.3, but still 35 warnings :(
Strangely SolrServer is deprecated in favour of SolrClient...
But troubles with tests:
Tests run: 170, Failures: 2, Errors: 5, Skipped: 0
> Upgrade text search to latest Lucene
> ------------------------------------
>
> Key: JENA-1250
> URL: https://issues.apache.org/jira/browse/JENA-1250
> Project: Apache Jena
> Issue Type: Improvement
> Components: Jena
> Reporter: Jean-Marc Vanel
>
> We are currently at Lucene 4.9.1 ,
> which is quite outdated compared to latest Lucene, which is 6.2.1 .
> Note that there is project to add a simple completion feature in addition to
> existing simple search.
> But it would be better to do that on an updated Lucene dependency .
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)