配列フィールドのソート方法
トピック作成者:ks-solruserml-bot (2024/06/09 21:30 投稿)
1
(The bot translated the original post https://lists.apache.org/thread/5wgb9z5783b9qmk09gkloz0gyy1nxczg into Japanese and reposted it under Apache License 2.0. The copyright of posted content is held by the original poster.)
皆さん、こんにちは。
以下のドキュメントでは、display
フィールドが配列としてあり、時々単一の値が含まれ、時にはマルチバリューフィールドになります。display
フィールドでソートを行いたいのですが、"マルチバリューフィールドでのソートはできません" というエラーが発生しています。文字列としてコピー フィールドを作成することも考えましたが、これはマルチバリューフィールドが含まれる場合に問題を引き起こす可能性があります。
{id:"1"
display:["2021-04-19T09:30:00 (IST)"]
},
{
id:"2",
display:["2021-04-19T09:00:00 (IST)"]
}
{id:"3",
display:["issue1"]
}
何か提案はありますか?
よろしくお願いします。
Sam
トピックへ返信するには、ログインが必要です。