Use command like below to create collection

http://
<IP>:<PORT>/solr/admin/collections?action=CREATE&name=<Name>&numShards=2&replicationFactor=2&maxShardsPerNode=2&collection.configName=<configname_usedduring_ZKUpload>

Susheel



On Wed, Aug 19, 2015 at 11:03 AM, Kevin Lee <kgle...@yahoo.com.invalid>
wrote:

> Hi,
>
> Have you created a collection yet?  If not, then there won’t be a graph
> yet.  It doesn’t show up until there is at least one collection.
>
> - Kevin
>
> > On Aug 19, 2015, at 5:48 AM, Merlin Morgenstern <
> merlin.morgenst...@gmail.com> wrote:
> >
> > HI everybody,
> >
> > I am trying to setup solrcloud on ubuntu and somehow the graph on the
> admin
> > interface does not show up. It is simply blanck. The tree is available.
> >
> > This is a test installation on one machine.
> >
> > There are 3 zookeepers running.
> >
> > I start two solr nodes like this:
> >
> > solr-5.2.1$ bin/solr start -cloud -s server/solr1 -p 8983 -z
> > zk1:2181,zk1:2182,zk1:2183 -noprompt
> >
> > solr-5.2.1$ bin/solr start -cloud -s server/solr2 -p 8984 -z
> > zk1:2181,zk1:2182,zk1:2183 -noprompt
> >
> > zk1 is a local interface with 10.0.0.120
> >
> > it all looks OK, no error messages.
> >
> > Thank you in advance for any help on this
>
>

Reply via email to