Handlebars.js is a really great way to render search results from Solr. Handlebars.js has become the defacto standard for templating in JavaScript, filling the void left from the abandonment and non-replacement of the jQuery template project. Handlebars.js is an implementation of the mighty platform-independant mustache project JavaScript templating makes it a lot easier to implement [...]
Here is a copy of the short presentation I gave at the Solr meetup on the 4th September 2012. Read it if you want a really high level view of the cost, performance, and functional benefits of using Javascript templates to create search applications. One of the live demos has also been uploaded here to [...]
Update: Aug 5th 2012 A live demo of asynchronous search results with JQuery, Solr, Json and Ajax can now be found here There are many reasons to load search results asynchronously- most of the big searchy dotcoms are going in this direction with Google, Facebook and Twitter all relying heavily on ajax to render their [...]