On Jan 14, 2008 11:55 AM, Ryan McKinley <[EMAIL PROTECTED]> wrote:
> the example.xsl is an example using XSLT to format results.  Check:
> http://wiki.apache.org/solr/XsltResponseWriter

To add to the above: I think the XsltResponseWriter is not intended
for formatting results for display on your web site.  Normally you
would use your server-side language (PHP, Python, etc.) to query the
Solr server, get the results, and format them for display.  Solr
doesn't provide the "front-end" search interface for your web site --
you have to create that yourself.

-Stuart
altlaw.org

Reply via email to