On Thu, 2007-09-06 at 09:07 -0400, Ryan McKinley wrote:
> perhaps:
> https://issues.apache.org/jira/browse/SOLR-208
>
> in http://svn.apache.org/repos/asf/lucene/solr/trunk/example/solr/conf/xslt/
>
> check:
> example_atom.xsl
> example_rss.xsl
Awesome.
Thanks very much Ryan to point me into th
perhaps:
https://issues.apache.org/jira/browse/SOLR-208
in http://svn.apache.org/repos/asf/lucene/solr/trunk/example/solr/conf/xslt/
check:
example_atom.xsl
example_rss.xsl
Thorsten Scherler wrote:
Hi all,
I am curious whether somebody has written a rss plugin for solr.
The idea is to prov
Hi all,
I am curious whether somebody has written a rss plugin for solr.
The idea is to provide a rss syndication link for the current search.
It should be really easy to implement since it would be just a
transformation solrXml -> RSS which easily can be done with a simple
xsl.
Has somebody a