Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Solr 中有一个索引,要求日期应该是可搜索的格式:
date:[20010101 TO 20011231]
不丑的 Solr,DateTime 格式。
知道如何实现吗?
使用DIH,您可以检查
<field column="date_format" name="date" dateTimeFormat="yyyy-MM-dd" />
您可以检查您是否可以在此日期字段上进行范围查询。
如果正常索引,您可能需要将查询日期转换为 Solr 所需的格式