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 -Djetty.port=7500 >
logs/solr_server_java.`date +"%Y%m%d"`.log 2>&1 &
2)java -Dbootstrap_confdir=./solr/index/conf -Dcollection.configName=myconf
-Djetty.port=7501 -DzkHost=localhost:8500 -jar start.jar >
logs/solr_server_java.`date +"%Y%m%d"`.log 2>&1 &


in my http://localhost:7500/solr/#/~cloud  There is only a chart of my
collection with the shards




--
View this message in context: 
http://lucene.472066.n3.nabble.com/Partial-results-returned-tp4026027p4026076.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to