>
> 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.
>

Does that then imply that distributed indexing would become the default
method of indexing? What if a user, for some reason, wanted to only target
one specific node in a cluster? Wouldn't a message need to be sent to the
server ahead of the documents stating what method of indexing to use or is
this behaviour not necessary?

Alex

Reply via email to