I have a silly question, how do I query a single shard in SolrCloud? When I hit solr/foo_shard1_replica1/select it always seems to do a full cluster query.
I can't (easily) do a _route_ query before I know what each have. On Tue, Oct 8, 2013 at 7:06 PM, Yonik Seeley <ysee...@gmail.com> wrote: > On Tue, Oct 8, 2013 at 7:31 PM, Brett Hoerner <br...@bretthoerner.com> > wrote: > > This is my clusterstate.json: > > https://gist.github.com/bretthoerner/0098f741f48f9bb51433 > > > > And these are my core sizes (note large ones are sorted to the end): > > https://gist.github.com/bretthoerner/f5b5e099212194b5dff6 > > > > I've only "heavily sent" 2 shards by now (I'm sharding by hour and it's > > been running for 2). There *is* a little old data in my stream, but not > > that much (like <5%). What's confusing to me is that 5 of them are rather > > large, when I'd expect 2 of them to be. > > The cluster state looks fine at first glance... and each route key > should map to a single shard. > You could try a query to each of the big shards and see what IDs are in > them. > > -Yonik >