Re: DIH URLDataSource and useSolrAddSchema=true

2010-11-15 Thread Dario Rigolin
On Monday, November 15, 2010 11:18:47 am Lance Norskog wrote: > This is more complex than you need. The Solr update command can accept > streamed data, with the stream.url and stream.file options. You can just > use solr/update with stream.url=http://your.machine/your.php.script and > it will read

Re: DIH URLDataSource and useSolrAddSchema=true

2010-11-15 Thread Lance Norskog
This is more complex than you need. The Solr update command can accept streamed data, with the stream.url and stream.file options. You can just use solr/update with stream.url=http://your.machine/your.php.script and it will read as fast as it wants. There is no "parallel indexing" support, but y