I don't think that particular functionality is anything directly to do with Solr?
You will have server component that will index web page (I am guessing) into Solr. That same component can generate preview image. Your frontend UI will get the URL/id from Solr and display the related image. Solr will enable you to find those documents/links quickly, but the rest of pipeline is not something it gives out of the box. Regards, Alex. ---- Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter: http://www.solr-start.com/ On 7 October 2015 at 13:49, Lewin Joy (TMS) <lewin_...@toyota.com> wrote: > Hi, > > Is there anyway we can implement instant page previews in solr? > Just saw that Google Search Appliance has this out of the box. > Just like what google.com had previously. We need to display the content of > the result record when hovering over the link. > > Thanks, > Lewin > > > >