s3バケットやGoogleドライブでSolrコレクションのバックアップを行う
トピック作成者:ks-solruserml-bot (2024/07/19 21:43 投稿)
3
(The bot translated the original post https://lists.apache.org/thread/b0zgl36tjdnl2ojzhk1z0r5xj2mw255d into Japanese and reposted it under Apache License 2.0. The copyright of posted content is held by the original poster.)
こんにちは皆さん、
コレクションのバックアップを取得しようとしており、collections API V2を使用していますが、https not installed
エラーが発生しています。
以下のようにcurlコマンドを実行しています:
curl --location --request POST 'http://localhost:8983/api/collections' --header 'Content-Type: application/json' --data-raw '
{
"backup-collection": {
"name": "backup_.01",
"collection": "universal_v1",
"location": "https://drive.google.com/drive/u/0/folders/xxxxxxxx"
}
}
'
受け取ったエラー:
{
"responseHeader": {
"status": 400,
"QTime": 0
},
"error": {
"metadata": [
"error-class",
"org.apache.solr.common.SolrException",
"root-error-class",
"java.nio.file.FileSystemNotFoundException"
],
"msg": "java.nio.file.FileSystemNotFoundException: Provider "https" not installed",
"code": 400
}
}
この問題に直面した方や解決方法をご存知の方がいれば、助けていただけると幸いです。
よろしくお願いします。
Neeraj giri
トピックへ返信するには、ログインが必要です。