Hi, I am wondering if the following use case can be solve with Solr. I have been researching and couldn´t find anyhting.
Let´s say I have a Person Collection with different fields and one of them is a list of paper IDS, which are ids for papers this person wrote . Each Person document contains Name, Surname, PaperIDS If i have a list of papers IDS and I do a query like below. I will get all people who wrote any of those papers. PaperIDS:2001001121 OR PaperIDS :2001001169 OR PaperIDS :2001015385 Would it be possible sort these results by people who was involved in the most number of papers? Regards, Sergio Maroto
