[ 
https://issues.apache.org/jira/browse/NUTCH-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16980165#comment-16980165
 ] 

Hudson commented on NUTCH-2739:
-------------------------------

SUCCESS: Integrated in Jenkins build Nutch-trunk #3654 (See 
[https://builds.apache.org/job/Nutch-trunk/3654/])
NUTCH-2739: Upgrade ES and migrate to REST client (snagel: 
[https://github.com/apache/nutch/commit/597eb71e5461b4c9dde45ee5560530b3a12ae6a7])
* (edit) build.xml
* (edit) src/plugin/indexer-elastic/plugin.xml
* (edit) src/plugin/indexer-elastic/howto_upgrade_es.txt
* (edit) conf/index-writers.xml.template
* (edit) src/plugin/indexer-elastic/build.xml
* (edit) src/plugin/build.xml
* (edit) 
src/plugin/indexer-elastic/src/java/org/apache/nutch/indexwriter/elastic/ElasticIndexWriter.java
* (delete) src/plugin/indexer-elastic/src/test/conf/nutch-site-test.xml
* (edit) src/plugin/indexer-elastic/ivy.xml
* (delete) 
src/plugin/indexer-elastic/src/test/org/apache/nutch/indexwriter/elastic/TestElasticIndexWriter.java


> indexer-elastic: Upgrade ES and migrate to REST client
> ------------------------------------------------------
>
>                 Key: NUTCH-2739
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2739
>             Project: Nutch
>          Issue Type: Improvement
>          Components: indexer, plugin
>    Affects Versions: 1.15
>            Reporter: Sebastian Nagel
>            Priority: Major
>             Fix For: 1.17
>
>
> The indexer-elastic plugin is based on 5.3.0 and should be upgraded to the 
> most recent Elasticsearch version (7.3.0 or upwards).
> [TransportClient|https://www.elastic.co/guide/en/elasticsearch/client/java-api/7.3/transport-client.html]
>  has been deprecated in ES 7.x and will be removed in 8.x. We should migrate 
> to using the [REST 
> client|https://www.elastic.co/guide/en/elasticsearch/client/java-rest/7.3/java-rest-high.html]
>  and also check whether this would obsolete the indexer-elastic-rest plugin.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to