Solr の設定に関する奇妙なエラーメッセージ

トピック作成者:ks-solruserml-bot (2024/12/28 18:26 投稿)
10
(The bot translated the original post https://lists.apache.org/thread/t8tnlk8sttjw8wo6q5hooglfbpk5n1vn into Japanese and reposted it under Apache License 2.0. The copyright of posted content is held by the original poster.)
私は新しい Solr インスタンスをセットアップしました(これが初めてではありません)。しかし、bin/solr create
を実行した直後に完全に行き詰まりました:
$ bin/solr config --name mysearchindex --solr-url http://localhost:8983 --action set-user-property --property update.autoCreateFields --value false
Failed to parse command-line arguments due to: Unrecognized option: -scheme
使用方法として以下が表示されました:
usage: bin/solr config [-a <ACTION>] -c <NAME> -p <PROP> [-url <HOST>] [-v <VALUE>] [-z <HOST>]
List of options:
-a,--action <ACTION> Config API action, one of: set-property, unset-property, set-user-property,
unset-user-property; default is 'set-property'.
-c,--name <NAME> Name of the collection.
-p,--property <PROP> Name of the Config API property to apply the action to, such as:
'updateHandler.autoSoftCommit.maxTime'.
-url,--solr-url <HOST> Base Solr URL, which can be used to determine the zk-host if that's not known; defaults to:
http://localhost:8983.
-v,--value <VALUE> Set the property to this value; accepts JSON objects and strings.
-z,--zk-host <HOST> Zookeeper connection string; unnecessary if ZK_HOST is defined in solr.in.sh; otherwise,
defaults to localhost:9983.
Please see the Reference Guide for more tools documentation:
https://solr.apache.org/guide/solr/latest/deployment-guide/solr-control-script-reference.html
え?私はオプション「-scheme
」を指定していません。では、このエラーメッセージは何について言っているのでしょうか? たとえこのメッセージが間違いだとしても、どこで間違った操作をしたのか分かりません。
CLI パラメータのさまざまなバリエーションも試しました(使用方法の記載に完全に従った場合も含む)が、すべて同じエラーメッセージが返ってきます。
何か見落としているのでしょうか?
よろしくお願いします。
トピックへ返信するには、ログインが必要です。