Re: Partial results returned

2012-12-12 Thread Per Steffensen
In general you probably want to add a parameter "distrib=true" to your search requests. adm1n wrote: I have 1 collection called index. I created it like explained here: http://wiki.apache.org/solr/SolrCloud in Example A: Simple two shard cluster section here are the start up commands: 1)java -

Re: Partial results returned

2012-12-11 Thread adm1n
I have 1 collection called index. I created it like explained here: http://wiki.apache.org/solr/SolrCloud in Example A: Simple two shard cluster section here are the start up commands: 1)java -Dbootstrap_confdir=./solr/index/conf -Dcollection.configName=myconf -DzkRun -DnumShards=2 -jar start.jar

Re: Partial results returned

2012-12-11 Thread Per Steffensen
When you say "2 shards" do you mean "2 nodes each running a shard"? Seems like you have a collection named "index" - how did you create this collection (containing two shards)? How do you start your 2 nodes - exact command used? You might want to attach the content of clusterstate.json from ZK.