Chris Hostetter wrote: > : I have a well-formed xml file, suitable for POSTting to solr. that > : works just fine. it's very large, though, and using curl in production > : is so very lame. is there a very simple config that will let solr just > : slurp up the file via the DataImportHandler? solr already has > > You don't even need DIH for this, just "enableRemoteStreaming" and use the > stream.file param and you can load the file from local disk... > > http://wiki.apache.org/solr/ContentStream
this is the solution I think I'm going to go with - it seems to work perfectly. thanks (to both of you). --Geoff
