Hi,
As per Solr 9 release document, "VelocityResponseWriter is an independent
project now; it is no longer a part of Solr. This encompasses all
previously included /browse and wt=velocity examples." Just wondering how
can I restore the "browse" UI module. I tried the following using
sample_techproducts_configs
project.
1. I copied the velocity lib folder from 8.11.1 under the modules folder
in 9.2.0
2. Added the following line in solrconfig.xml :
<lib
dir="${solr.install.dir:../../../..}/modules/velocity/lib/" regex=".*\.jar"
/>
3. Added the following in solrconfig.xml :
<queryResponseWriter name="velocity" class="solr.VelocityResponseWriter"
startup="lazy">
<str name="template.base.dir">${velocity.template.base.dir:}</str>
</queryResponseWriter>
I still wasn't able to make the browse UI work. I couldn't find any
documentation to make this available again. Are there any other steps I'm
missing out?
Thanks,
Shamik