Erik, Shamik, If all it takes to keep the project alive is to make periodic releases and review/merge upstream contributions, then I can volunteer.
If this is the case, I can sync up offline over slack with both of you. Regards, Ishan On Tue, 18 Apr, 2023, 5:30 am Erik Hatcher, <[email protected]> wrote: > A few reasons for this - it wasn't getting community attention besides the > efforts I put into it, and there was a security vulnerability (which was > fixed), and Solr itself was being trimmed down to make extra features like > this a plugin. > > With it being open source, please feel free to fork it and update it to the > latest version of Solr, and solicit others to resurrect it. > > And Jan just pointed to another project near and dear to my heart, > Blacklight, which has a large and vibrant user and developer community > around it. > > Erik > > On Mon, Apr 17, 2023, 19:27 Shamik Bandopadhyay <[email protected]> wrote: > > > Thanks Erik. I'm surprised that the community decided to remove this, but > > it has been a valuable UI tool for developers, QA, and analysts to browse > > data. Just curious, are there any other UI tools that folks are using as > > replacements? > > > > On Mon, Apr 17, 2023 at 4:11 PM Erik Hatcher <[email protected]> > > wrote: > > > > > This feature is no longer maintained nor supported but the last working > > > version of it lives here: > > > > > > https://github.com/erikhatcher/solr-velocity > > > > > > You're on your own with it from there, alas. > > > > > > Best, > > > Erik > > > > > > On Mon, Apr 17, 2023, 18:54 Shamik Bandopadhyay <[email protected]> > > wrote: > > > > > > > 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 > > > > > > > > > >
