Thanks Yonik! You see how behind the times I get
On Sun, Apr 21, 2013 at 5:07 PM, Timothy Potter wrote:
> That's awesome! Thanks Yonik.
>
> Tim
>
> On Sun, Apr 21, 2013 at 1:30 PM, Yonik Seeley wrote:
>> On Sun, Apr 21, 2013 at 11:57 AM, Timothy Potter
>> wrote:
>>> There's no problem here
That's awesome! Thanks Yonik.
Tim
On Sun, Apr 21, 2013 at 1:30 PM, Yonik Seeley wrote:
> On Sun, Apr 21, 2013 at 11:57 AM, Timothy Potter wrote:
>> There's no problem here, but I'm curious about how batches of updates
>> are handled on the Solr server side in Solr cloud?
>>
>> Going over the co
On Sun, Apr 21, 2013 at 11:57 AM, Timothy Potter wrote:
> There's no problem here, but I'm curious about how batches of updates
> are handled on the Solr server side in Solr cloud?
>
> Going over the code for DistributedUpdateProcessor and
> SolrCmdDistributor, it appears that the batch is broken
I'm pretty sure there's a JIRA to do just that, it just hasn't been
implemented yet.
I guess it's one of those things that would undoubtedly be more efficient, but
whether it would really be noticeable or not is an open question. At any rate,
there are more important fish to fry but if you'd like
There's no problem here, but I'm curious about how batches of updates
are handled on the Solr server side in Solr cloud?
Going over the code for DistributedUpdateProcessor and
SolrCmdDistributor, it appears that the batch is broken down and docs
are processed one-by-one. By processed, I mean that