> So I have some RSS feeds that I want
> to index using Solr. I am using the
> DataImportHandler and I have added the instructions on how
> to parse the
> feeds in the data-config file. 
> 
> Now if a user wants to add more RSS feeds to index, do I
> have to
> programatically instruct Solr to update the config file? Is
> there a HTTP
> POST or GET I can send to update the data-config file?

AFAIK there is no such thing to edit data-config file.

However you can pass an argument when triggering import, if thats helps.
http://wiki.apache.org/solr/DataImportHandler#Accessing_request_parameters

Also you can save your rss url in a db, use multiple data sources. You only 
update the relevant table.
 

Reply via email to