Migrating from TrieLongField to LongPointField
トピック作成者:ks-solruserml-bot (2024/08/06 21:43 投稿)
3
(The bot translated the original post https://lists.apache.org/thread/nwo4lv7vmsdg10y5pz0zzvq4vq3cqw5c into Japanese and reposted it under Apache License 2.0. The copyright of posted content is held by the original poster.)
こんにちは、Solrユーザーの皆さん。
現在、Trie*クラスからの移行を進めており、その際にいくつかの質問が出てきました。ドキュメントには答えが見つからないため、質問させていただきます。
1.) これらのフィールド定義は同等ですか?
旧:
<fieldType name="long" class="solr.TrieLongField" precisionStep="0" positionIncrementGap="0"/>
新:
<fieldType name="long" class="solr.LongPointField" docValues="true"/>
新しいフィールドについて、precisionStepとpositionIncrementGapに関する記述が見つかりません。docValuesがこれを何らかの形で処理してくれると仮定しているのでしょうか?
2.) スキーマ変更後に再インデックスが必要ですか?
我々は大規模なコレクションを持っており、24時間365日リクエストに応じています。フルインデックスが必要でしょうか?それともSolr/Luceneはすべてが更新されるまで両方のフィールドタイプを処理できるのでしょうか?
ありがとうございます
Björn
トピックへ返信するには、ログインが必要です。