This is an automated email from the ASF dual-hosted git repository.

snagel pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git


    from 383aeca5d NUTCH-2980: Upgraded Selenium to 4.7.2 + HTMLUnit
     new ca3824fd9 NUTCH-2920 -- first working attempt at migrating 
ElasticsearchIndexWriter to OpenSearch
     new 6e149f495 NUTCH-2920 -- fix imports
     new f6b17177a NUTCH-2920 -- add keystore for 2-way tls; add back in no-tls 
option with a stern warning and possibly helpful links.
     new 5fc2839c4 NUTCH-2920 -- improve handling for missing trust.store.path 
in the index-writers.xml
     new 71fabb2a8 NUTCH-2920 -- improve username/pw logic and update README.md
     new e03cad3f4 fix template to include new key store info.  remove unused 
auth
     new e8fd21090 Add indexer-opensearch-1x to 4 more targets...feedback from 
sebastian-nagel

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 LICENSE-binary                                     |   1 +
 NOTICE-binary                                      |   4 +
 build.xml                                          |   3 +
 conf/index-writers.xml.template                    |  29 ++
 src/plugin/build.xml                               |   2 +
 src/plugin/indexer-opensearch-1x/README.md         |  66 +++
 .../{any23 => indexer-opensearch-1x}/build-ivy.xml |   2 +-
 .../build.xml                                      |   2 +-
 .../ivy.xml                                        |   2 +-
 src/plugin/indexer-opensearch-1x/plugin.xml        |  76 ++++
 .../opensearch1x/OpenSearch1xConstants.java}       |  12 +-
 .../opensearch1x/OpenSearch1xIndexWriter.java      | 472 +++++++++++++++++++++
 .../indexwriter/opensearch1x}/package-info.java    |   4 +-
 13 files changed, 666 insertions(+), 9 deletions(-)
 create mode 100644 src/plugin/indexer-opensearch-1x/README.md
 copy src/plugin/{any23 => indexer-opensearch-1x}/build-ivy.xml (95%)
 copy src/plugin/{indexer-elastic => indexer-opensearch-1x}/build.xml (94%)
 copy src/plugin/{indexer-elastic => indexer-opensearch-1x}/ivy.xml (94%)
 create mode 100644 src/plugin/indexer-opensearch-1x/plugin.xml
 copy 
src/plugin/{indexer-elastic/src/java/org/apache/nutch/indexwriter/elastic/ElasticConstants.java
 => 
indexer-opensearch-1x/src/java/org/apache/nutch/indexwriter/opensearch1x/OpenSearch1xConstants.java}
 (76%)
 create mode 100644 
src/plugin/indexer-opensearch-1x/src/java/org/apache/nutch/indexwriter/opensearch1x/OpenSearch1xIndexWriter.java
 copy src/{java/org/apache/nutch/parse => 
plugin/indexer-opensearch-1x/src/java/org/apache/nutch/indexwriter/opensearch1x}/package-info.java
 (86%)

Reply via email to