[ https://issues.apache.org/jira/browse/NUTCH-2920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17696868#comment-17696868 ]
Hudson commented on NUTCH-2920: ------------------------------- SUCCESS: Integrated in Jenkins build Nutch ยป Nutch-trunk #95 (See [https://ci-builds.apache.org/job/Nutch/job/Nutch-trunk/95/]) NUTCH-2920 -- first working attempt at migrating ElasticsearchIndexWriter to OpenSearch (snagel: [https://github.com/apache/nutch/commit/ca3824fd98290dd7806752decfab6eb9e3b3b569]) * (add) src/plugin/indexer-opensearch-1x/plugin.xml * (add) src/plugin/indexer-opensearch-1x/ivy.xml * (add) src/plugin/indexer-opensearch-1x/src/java/org/apache/nutch/indexwriter/opensearch1x/OpenSearch1xIndexWriter.java * (add) src/plugin/indexer-opensearch-1x/src/java/org/apache/nutch/indexwriter/opensearch1x/package-info.java * (add) src/plugin/indexer-opensearch-1x/src/java/org/apache/nutch/indexwriter/opensearch1x/OpenSearch1xConstants.java * (edit) src/plugin/build.xml * (edit) conf/index-writers.xml.template * (add) src/plugin/indexer-opensearch-1x/build.xml * (edit) LICENSE-binary * (add) src/plugin/indexer-opensearch-1x/build-ivy.xml * (add) src/plugin/indexer-opensearch-1x/README.md * (edit) NOTICE-binary NUTCH-2920 -- fix imports (snagel: [https://github.com/apache/nutch/commit/6e149f4954a0b7b21120b8e1467a07a82c60e66e]) * (edit) src/plugin/indexer-opensearch-1x/src/java/org/apache/nutch/indexwriter/opensearch1x/OpenSearch1xIndexWriter.java NUTCH-2920 -- add keystore for 2-way tls; add back in no-tls option with a stern warning and possibly helpful links. (snagel: [https://github.com/apache/nutch/commit/f6b17177ad6049b5642d9510cb60fe0a1d3b5f1c]) * (edit) src/plugin/indexer-opensearch-1x/src/java/org/apache/nutch/indexwriter/opensearch1x/OpenSearch1xConstants.java * (edit) src/plugin/indexer-opensearch-1x/src/java/org/apache/nutch/indexwriter/opensearch1x/OpenSearch1xIndexWriter.java NUTCH-2920 -- improve handling for missing trust.store.path in the index-writers.xml (snagel: [https://github.com/apache/nutch/commit/5fc2839c447a1b3695b4bcb507d428d32ff27281]) * (edit) src/plugin/indexer-opensearch-1x/src/java/org/apache/nutch/indexwriter/opensearch1x/OpenSearch1xIndexWriter.java NUTCH-2920 -- improve username/pw logic and update README.md (snagel: [https://github.com/apache/nutch/commit/71fabb2a87ff81b78997133ab7c790afa4ea6157]) * (edit) src/plugin/indexer-opensearch-1x/src/java/org/apache/nutch/indexwriter/opensearch1x/OpenSearch1xIndexWriter.java * (edit) src/plugin/indexer-opensearch-1x/README.md > 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 > Affects Versions: 1.20 > 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)