Well, if what you want is straightforward like this, why not just use and tweak the templates that come with Solr's VelocityResponseWriter?
Have a look at /browse from a recent Solr distro to see what I mean. It's very easily customizable. Prism is my tinkering to pull the (Velocity, or otherwise) templating to another tier, yet keeping the templates very lean and clean for this type of purpose, so maybe you can find some value in using Prism, though admittedly it's just a quick (and somewhat dirty) hack at this point. Erik On Oct 25, 2011, at 08:34 , Fred Zimmerman wrote: > what about something that's a bit less discovery-oriented? for my particular > application I am most concerned with bringing back a straightforward "top > ten" answer set and having users look at it. I actually don't want to bother > them with faceting, etc. at this juncture. > > Fred > > On Tue, Oct 25, 2011 at 7:40 AM, Erik Hatcher <erik.hatc...@gmail.com>wrote: > >> >> On Oct 25, 2011, at 07:24 , Robert Stewart wrote: >> >>> It is really not very difficult to build a decent web front-end to SOLR >> using one of the available client libraries >> >> Or even just not using any client library at all (other than an HTTP >> library). I've done a bit of proof-of-concept/prototyping with a super >> light weight (and of course Ruby!) approach with my Prism tinkering: < >> https://github.com/lucidimagination/Prism> >> >> Yes, in general it's very straightforward to build a search UI that shows >> results, pages through them, displays facets, and allows them to be clicked >> and filter results and so on. Devil is always in the details, and having >> saved searches, export, customizability, authentication, and so on makes it >> a more involved proposition. >> >> If you're in a PHP environment, there is VUFind... again pretty >> library-centric at first, but likely flexible enough to handle any Solr >> setup - <http://vufind.org/>. For the Pythonistas, there's Kochief - >> http://code.google.com/p/kochief/ >> >> Being a Rubyist myself (and founder of Blacklight), I'm not intimately >> familiar with the other solutions but the library world has done a lot to >> get this sort of thing off the ground in many environments. >> >> Erik >> >>