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 as fast as it wants.
> There is no "parallel indexing" support, but you will find that indexing
> in this way is generally disk-bound, not processor-bound.

Yes this is the way I'm using it at the moment (using stream.file), but I 
wasn't sure that it would works with url... Thank you for the assurance.
The idea to move to DIH was "to hope" into a kind of scheduler "solr side" to 
avoid two clients asking for the same indexing task.

Thank you.

Dario.

Reply via email to