We’re trying to modify xwiki’s search engine behaviour to add “weight” to pages tags by modifying solr core “xwiki” configuration.
We tried to change “qf” definition in solrconfig.xml file but it seems to have no impact. It behaves like if xwiki overlaped it.
Do you know what’s the way to configure it ?
Confiugration : XWiki V14.10.0 / MySQL 5 / Tomcat 9 / Cluster mode with detached Solr
Thanks for the quick reply. It worked by changing velocity code source into Main.SolrSearchConfig page.
I’ve added “property.XWiki.TagClass.tags^400.0” in queryFields and decrease titles expandField from 400 to 100