On 10/8/2013 6:12 PM, Brett Hoerner wrote:
Ignore me I forgot about shards= from the wiki.
On Tue, Oct 8, 2013 at 7:11 PM, Brett Hoerner <br...@bretthoerner.com>wrote:
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.
There is also the "distrib=false" parameter that will cause the request
to be handled directly by the core it is sent to rather than being
distributed/balanced by SolrCloud.
Thanks,
Shawn