On Wed, Jul 29, 2009 at 2:48 AM, Phillip Farber <pfar...@umich.edu> wrote:
> > Normally to optimize an index you POST <optimize/> to /solr/update. Is > there any way to POST an optimize message to one instance and have it > propagate to all shards sort of like the select? > > /solr-shard-1/select?q=dog... shards=shard-1,shard2 > No, you'll need to send optimize to each host separately. -- Regards, Shalin Shekhar Mangar.