Hi all
I want to build a recommender using Solr MoreLikeThis. I work on bibliographic data I.e. books. I have multiple records of different editions of the same book. For a given book MLT returns all different editions of the book this is not new content from the users point of view. I can not deduplicate the records because the different editions are relevant for other applications. Is it possible to circumvent this? I could use the books title which is the same across all editions to filter duplicates from the MLT results Thanks for your help