Have a look at the VelocityResponseWriter ( http://wiki.apache.org/solr/VelocityResponseWriter). It's in the contrib area, but the wiki has instructions on how to move it into your core Solr. Solr uses response writers to return results. The default is XML but responses can be returned in JSON, Ruby and other formats. The VelocityResponseWriter enables responses returned using Velocity templates. It sounds like exactly what you need.
-Jay http://www.lucidimagination.com On Thu, Oct 29, 2009 at 6:17 PM, scabbage <guans...@gmail.com> wrote: > > Hi, > > I'm a new solr user. I would like to know if there are any easy to setup > web > UIs for solr. It can be as simple as a search box, term highlighting and > basic faceting. Basically I'm using solr to store all our automation > testing > logs and would like to have a simple searchable UI. I don't wanna spent too > much time writing my own. > > Thanks. > -- > View this message in context: > http://www.nabble.com/solr-web-ui-tp26123604p26123604.html > Sent from the Solr - User mailing list archive at Nabble.com. > >