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.
使用 JAXB 和 JSON,我可以在一定程度上控制空值的处理方式,Solrj bean (@Field) 是否有相应的功能?
我想要的是 Solr 多值字段作为空 (size() == 0) 列表而不是 null 读回。
TIA