多値のドキュメント値フィールド
トピック作成者:ks-solruserml-bot (2024/06/20 14:48 投稿)
2
(The bot translated the original post https://lists.apache.org/thread/zmdwnsj519so942tvf689t9r1h5qortp into Japanese and reposted it under Apache License 2.0. The copyright of posted content is held by the original poster.)
こんにちは、
別のフィールドにフィールドをコピーしようとしていますが、
2番目のフィールドはdocValuesです。そして、
私はStreamingExpressionsを使用してPersonIDSDVを実行しています。
このページを見る限り、
docValuesでマルチバリューフィールドを使用することができるはずです。
https://solr.apache.org/guide/8_1/docvalues.html
解決策やアイデアはありますか?
エラー:
Multiple values encountered for non multiValued copy field PersonIDSDV
スキーマ
<field name="DocPersonAttachS" type="int" indexed="true" stored="true"
multiValued="true"/>
<!-- Streammin Expressions-->
<field name="PersonIDSDV" type="int" indexed="true" stored="true"
docValues="true" multiValued="true" />
<copyField source="DocPersonAttachS" dest="PersonIDSDV"/>
どうぞよろしくお願いします。
Sergio
トピックへ返信するには、ログインが必要です。