[
https://issues.apache.org/jira/browse/JENA-1250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15894079#comment-15894079
]
ASF GitHub Bot commented on JENA-1250:
--------------------------------------
GitHub user osma opened a pull request:
https://github.com/apache/jena/pull/219
Upgrade to Lucene 6.4.1 in jena-text and jena-spatial (JENA-1250)
These two commits will upgrade jena-text and jena-spatial to use Lucene
6.4.1 (and spatial4j 0.6).
Things to note:
* The Lucene index format is incompatible. Old indexes need to be
recreated. There is no backward compatibility, since we are going two major
versions up and Lucene generally supports only the index format of the previous
major version.
* The multilingual analyzer has been reimplemented to use a different field
layout where every language gets a separate field (e.g. label_en, label_fr) as
well as a single generic field (label). This had to be done due to API changes
in Lucene 5 that made it impossible to use the old mechanism where a single
field was used for all languages.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/osma/jena jena-1250-lucene6
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/219.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #219
----
----
> 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: Spatial, Text
> 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.15#6346)