On Wed, Jan 26, 2011 at 11:29 AM, Soheb Mahmood <[email protected]> wrote:
> We were wondering if there was a simple way of
> applying these changes we wrote in Java across all the other languages.

Making it easy for clients I think is key... one should be able to
update any node in the solr cluster and have solr take care of the
hard part about updating all relevant shards.  This will most likely
involve an update processor.  This approach allows all existing update
methods (including things like CSV file upload) to still work
correctly.

Also post.jar is really just for testing... a command-line replacement
for "curl" for those who may not have it.  It's not really a
recommended way for updating Solr servers in production.

-Yonik
http://www.lucidimagination.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to