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 中建立索引:
我想在 authorId 字段上做一个方面,但我想显示 authorName(authorId 是了解作者是否与其他作者不同的更好方法。
你认为有可能吗?
非常感谢,
安托万
不,但是您可以在另一个连接作者姓名和 authorId 的字段上进行构面(即“John Grisham--332245”,然后在显示构面之前从构面值中删除 authorId。