[
https://issues.apache.org/jira/browse/JENA-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15894578#comment-15894578
]
ASF GitHub Bot commented on JENA-1301:
--------------------------------------
GitHub user osma opened a pull request:
https://github.com/apache/jena/pull/220
JENA-1301: Drop Solr support from jena-text and jena-spatial
See [JENA-1301](https://issues.apache.org/jira/browse/JENA-1301) for
rationale.
Note that this is implemented after the Lucene 6 upgrade
([JENA-1250](https://issues.apache.org/jira/browse/JENA-1250)) so it has to be
merged after that.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/osma/jena jena-1301-drop-solr
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/220.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 #220
----
commit a7c37dc421880547f71178e93dfc04dafeb8fd2e
Author: Osma Suominen <[email protected]>
Date: 2017-03-03T08:34:50Z
Upgrade to Lucene 5.5.4, drop all version fields, reimplement multilingual
analyzer (JENA-1250)
commit ac06febffd297cb68dfbb11c620601604f657839
Author: Osma Suominen <[email protected]>
Date: 2017-03-03T09:33:08Z
Upgrade to Lucene 6.4.1 and spatial4j 0.6. Add normalize method to
ConfigurableAnalyzer for Lucene 6.2+ compatibility. (JENA-1250)
commit 45c0fe7d8d266074df65bf4b3745e7f42b4af5a4
Author: Osma Suominen <[email protected]>
Date: 2017-03-03T15:38:52Z
JENA-1301: Remove Solr support from jena-text and jena-spatial
----
> Drop Solr support from jena-text and jena-spatial
> -------------------------------------------------
>
> Key: JENA-1301
> URL: https://issues.apache.org/jira/browse/JENA-1301
> Project: Apache Jena
> Issue Type: Wish
> Components: Text
> Affects Versions: Jena 3.2.0
> Reporter: Osma Suominen
> Assignee: Osma Suominen
>
> As discussed on the dev list, I propose dropping Solr support from jena-text
> and jena-spatial. Reasons:
> # It is not evident how to run it from the documentation.
> # There are no unit tests specific to Solr so whether it works cannot be
> easily verified over time.
> # It hasn't gained any of the features added to jena-text in recent years
> (e.g. multilingual indexing, stored literal values, various special analyzers)
> # The upgrade to Lucene 6 (JENA-1250) would probably break it further (since
> Solr 4.9.1 that we use depends on Lucene 4.9.1), though due to reasons 1 and
> 2 above I can't tell.
> # Elasticsearch support for jena-text is being developed by Anuj Kumar,
> offering the same kind of external text index functionality that the Solr
> support used to offer.
> # It's not fun to look at (and in effect have to maintain) code that you
> don't know if anyone is using or whether it's even working at all. I haven't
> heard from any users of jena-text/Solr in a long time. The [most recent
> exchange|http://comments.gmane.org/gmane.comp.apache.jena.user/3369] I could
> find on the users list was in 2013, and it ended up unclear of whether the
> user ever got it working. Okay there was [another
> thread|http://thread.gmane.org/gmane.comp.apache.jena.user/8892] in April/May
> 2016 where Solr was apparently being used, but the discussion was about other
> issues.
> I volunteer to do the actual cleaning up if we get agreement on this.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)