Solr 9.2.1 : フィールドの大文字小文字の区別をcaseSensitiveからcaseInsensitiveに変更する方法
トピック作成者:ks-solruserml-bot (2024/10/07 17:16 投稿)
1
(The bot translated the original post https://lists.apache.org/thread/lddpyt05fo3p2m5k4ho7sf0omo6sxbp1 into Japanese and reposted it under Apache License 2.0. The copyright of posted content is held by the original poster.)
こんにちは、
私は schema.xml
に次のようなフィールドを持っています。
<field name="XXXXXXX" type="string" indexed="true" stored="false" docValues="true" required="false" />
そして、次のように変更したいです:
<field name="XXXXXX" type="case_insensitive" indexed="true" stored="true" required="false" />
この変更を適用するには、すべてのドキュメントのリロードを実行する必要がありますか?それとも <schema.xml>
に要素を追加するか、バックアップ / リストアによって実行可能でしょうか?
ありがとうございます。
トピックへ返信するには、ログインが必要です。