新しいサーバーへの移行後に再インデックスが失敗する
トピック作成者:ks-solruserml-bot (2024/09/22 22:44 投稿)
6
(The bot translated the original post https://lists.apache.org/thread/kk5515sylkbmkjrh8pk5wrofo29hj95l into Japanese and reposted it under Apache License 2.0. The copyright of posted content is held by the original poster.)
私はコアをバージョン7.73から8.11.3に移行しました。
次の手順に従いました:
Solr公式ガイド:再インデックス戦略
以下のコマンドを実行しました:
curl -X POST -H 'Content-Type: application/json' --data-binary '{"delete":{"query":"*:*"}}' http://localhost:8983/solr/mbepp/update
その後リロードしたところ、ドキュメント数は0、セグメント数も0となりました。ls
コマンドでインデックスフォルダ内を確認したところ、次の2つのファイルだけが表示されました:segments_seh
、write.lock
次に、verbose
、clean
、commit
、debug
を選択してデータインポートを実行しましたが、即座に以下のような結果が返ってきました:
"responseHeader": {
"status": 0,
"QTime": 0
},
"initArgs": [
"defaults",
[ "config", "tei-config.xml", "df", "_text_" ]
],
"command": "status",
"status": "idle",
"importResponse": "",
"statusMessages": {
"Time Elapsed": "0:6:40.897",
"Total Requests made to DataSource": "0",
"Total Rows Fetched": "0",
"Total Documents Processed": "0",
"Total Documents Skipped": "0",
"Full Dump Started": "2024-03-08 19:06:38",
"Full Import failed": "2024-03-08 19:06:38"
}
ログには以下が表示されました:
3/8/2024, 11:06:38 AM ERROR true x:mbepp DataImporter Full Import failed
何が原因で失敗しているのかを調べるために、デバッグをさらに詳しく表示する方法はありますか?
ありがとうございます、
Scott
トピックへ返信するには、ログインが必要です。