[
https://issues.apache.org/jira/browse/NUTCH-2920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17693333#comment-17693333
]
ASF GitHub Bot commented on NUTCH-2920:
---------------------------------------
tballison commented on PR #761:
URL: https://github.com/apache/nutch/pull/761#issuecomment-1444377846
The fiddly part (for me) was setting up the rest client to deal with a trust
store.
I followed
https://opensearch.org/blog/connecting-java-high-level-rest-client-with-opensearch-over-https/
I had to update the `keystore` command in that blog post like so: `keytool
-importcert -file root_ca.der -keystore my-store.jks -storepass mystorepass
-alias opensearch`
If there's a better way of handling this, let me know.
> 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)