I have those kind of documents to index in Solr :
- title
- authorName
- authorId
I want to make a facet on the authorId field , but I want to display the authorName (the authorId is the better way to know if an author is different or not from an other author.
Do you think it's possible ?
Thanks a lot,
Antoine