[ https://issues.apache.org/jira/browse/NUTCH-2920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17696224#comment-17696224 ]
ASF GitHub Bot commented on NUTCH-2920: --------------------------------------- sebastian-nagel commented on code in PR #761: URL: https://github.com/apache/nutch/pull/761#discussion_r1124705690 ########## src/plugin/build.xml: ########## @@ -54,6 +54,7 @@ <ant dir="indexer-dummy" target="deploy"/> <ant dir="indexer-elastic" target="deploy"/> <ant dir="indexer-kafka" target="deploy"/> + <ant dir="indexer-opensearch-1x" target="deploy"/> Review Comment: Should also add the new plugin to the target "clean". ########## src/plugin/build.xml: ########## @@ -54,6 +54,7 @@ <ant dir="indexer-dummy" target="deploy"/> <ant dir="indexer-elastic" target="deploy"/> <ant dir="indexer-kafka" target="deploy"/> + <ant dir="indexer-opensearch-1x" target="deploy"/> Review Comment: (if `ant clean` is called in the folder `src/plugin`) In addition, the plugin should be added to the build.xml (targets javadoc, elipse and release), same as other plugins. ########## NOTICE-binary: ########## @@ -1021,6 +1021,10 @@ mapdb (http://www.mapdb.org) webarchive-commons (https://github.com/iipc/webarchive-commons) - license: The Apache Software License, Version 2.0 +# org.opensearch.client:opensearch-rest-high-level-client Review Comment: Excellent! - but we should seriously automatize keeping the licenses up-to-date, see NUTCH-2981. > Implement a indexer-opensearch plugin > ------------------------------------- > > Key: NUTCH-2920 > URL: https://issues.apache.org/jira/browse/NUTCH-2920 > Project: Nutch > Issue Type: New Feature > Components: plugin > Reporter: Lewis John McGibbney > Assignee: Lewis John McGibbney > Priority: Major > Fix For: 1.20 > > > We will be moving to AWS-managed OpenSearch in the near term and I would like > to index our content there. > As of writing the OpenSearch project has published two plugin versions under > thw Apache License v2 so far > https://github.com/opensearch-project/opensearch-java/ -- This message was sent by Atlassian Jira (v8.20.10#820010)