On 7/9/2014 8:49 AM, Timothy Potter wrote:
> Hi Modassar,
>
> Have you tried hitting the cores for each replica directly (instead of
> using the collection)? i.e. if you had col_shard1_replica1 on node1,
> then send the optimize command to that core URL directly:
>
> curl -i -v "http://host:port/solr/col_shard1_replica1/update"; -H
> 'Content-type:application/xml' \
>   --data-binary "<optimize/>"
>
> I haven't tried this myself but might work ;-)

That doesn't work.  It will optimize the whole collection, one core at a
time.  I thought that sending the optimize with distrib=false would
limit the optimize to just the called core, but that also doesn't work. 
I thought a bug had been filed on the distrib=false problem, but it's
been long enough that I'm no longer sure about that.

Thanks,
Shawn

Reply via email to