You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Thorsten Scherler <th...@juntadeandalucia.es> on 2007/09/06 15:00:26 UTC

RSS syndication Plugin

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 already done this?

salu2
-- 
Thorsten Scherler                                 thorsten.at.apache.org
Open Source Java                      consulting, training and solutions


Re: RSS syndication Plugin

Posted by Thorsten Scherler <th...@juntadeandalucia.es>.
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 the right direction and Brian
Whitman for his contribution.

salu2
-- 
Thorsten Scherler                                 thorsten.at.apache.org
Open Source Java                      consulting, training and solutions


Re: RSS syndication Plugin

Posted by Ryan McKinley <ry...@gmail.com>.
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 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 already done this?
> 
> salu2