Re: SolrJ missing CollectionAdmin Api to create new collections dynamically

2012-10-26 Thread Markus.Mirsberger
Yes thanks. But how can I check the status of a collection? The action STATUS not exist in the CollectionAdmin, only in the CoreAdmin. At the moment probably the only way to get information about this is somehow through the ZkStateReader? Regards, Markus On 27.10.2012 06:37, Chris Hostetter w

Re: SolrJ missing CollectionAdmin Api to create new collections dynamically

2012-10-26 Thread Chris Hostetter
: I can't find a good way to create a new Collection with SolrJ. : I need to create my Collections dynamically and at the moment the only way I : see is to call the CollectionAdmin with a HTTP Call directly to any of my : SolrServers. : : I don't like this because I think its a better way only to