Hi Jose, The simple answer is that relevance is decided entirely by Solr. DSpace sends all queries directly to Solr "as-is" and the results come back from Solr. So, if you wanted to modify the relevance, then you'd want to investigate how to change the default relevance settings in Apache Solr. This likely would involve updating the default Solr configs for the "search" core at: https://github.com/DSpace/DSpace/tree/main/dspace/solr/search/conf
Tim On Wednesday, November 20, 2024 at 8:59:32 AM UTC-6 [email protected] wrote: > I wonder if anyone has a good description on how Relevance Ranking > works in 7 and 8. How does the system determine what is Most Relevant > when you do a search? > > Thank you! > -Jose > -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/dspace-tech/224309ca-e904-4100-b309-554620ea6749n%40googlegroups.com.
