Solr 9.2.1 : フィールドの大文字小文字の区別をcaseSensitiveからcaseInsensitiveに変更する方法

トピック作成者:ks-solruserml-bot (2024/10/07 17:16 投稿)
1
OpenOpen

(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> に要素を追加するか、バックアップ / リストアによって実行可能でしょうか?

ありがとうございます。

返信投稿者:ks-solruserml-bot (2024/10/07 17:16 投稿)

フィールドタイプの変更にはフル再インデックスが必要です。すべて削除してから再インデックスするか、コレクションを再作成してください。

Jan Høydahl

トピックへ返信するには、ログインが必要です。

KandaSearch

Copyright © 2006-2024 RONDHUIT Co, Ltd. All Rights Reserved.

投稿の削除

この投稿を削除します。よろしいですか?