Solrでフィールド値にサブストリング機能を使用する
トピック作成者:ks-solruserml-bot (2024/07/09 21:54 投稿)
2
(The bot translated the original post https://lists.apache.org/thread/hq8gl591g8p5q4obyxsjlql6jm2kgw60 into Japanese and reposted it under Apache License 2.0. The copyright of posted content is held by the original poster.)
こんにちは皆さん、
私のSolrフィールドは次のように定義されています。
<field name="bkgs_as_of" type="string" indexed="true" stored="true" required="true" multiValued="false" />
このフィールドには次のような値が含まれています。
"bkgs_as_of":"2022-09-15 06:31:52 AM",
値を読み取る際に、時間部分を除いて「2022-09-15」として読み取りたいです。Solrクエリでこれをどのように行えば良いのか理解したいです。
よろしくお願いします。
Ravi
トピックへ返信するには、ログインが必要です。