公式ドキュメントにあるSolr Cellの例がうまく動作しないのですが?
(The bot translated the original post https://lists.apache.org/thread/6s3hwpx47bbc90560sszg5mmolz2og3o into Japanese and reposted it under Apache License 2.0. The copyright of posted content is held by the original poster.)
今日は、いくつかのPDFファイルをインデックス化してみました。
しかし、SolrCloudのDockerイメージなどを使って数時間試してもうまくいかなかったため、まずはドキュメントの指示通りに進めるべきだと判断しました。
そこで、以下のリンクからSolr 8.11のアーカイブをダウンロードしました:
https://www.apache.org/dyn/closer.lua/lucene/solr/8.11.2/solr-8.11.2.zip?action=download
アーカイブをフォルダに展開し、次にドキュメントにあるコマンドを実行しました:
https://solr.apache.org/guide/8_11/uploading-data-with-solr-cell-using-apache-tika.html
bin/solr -e schemaless
問題なく起動し、「gettingstarted」というコアが作成され、すべてが正常に動作しました!
その後、ドキュメントにある以下のコマンドを試してみました:
curl "http://localhost:8983/solr/gettingstarted/update/extract?literal.id=doc1&commit=true" -F "myfile=@example/exampledocs/solr-word.pdf"
しかし、404エラーが返されました。今日試した他の方法でも404エラーが発生していました。「schemaless」サンプルは、私の環境ではsolrconfig.xmlにExtractingRequestHandlerをまったく設定していないようです。
私が何か間違っているのでしょうか?
--ufuk
トピックへ返信するには、ログインが必要です。