Re: how to get solr core information using solrj

2011-07-28 Thread Jiang mingyuan
Stefan Am 20.07.2011 05:40, schrieb Jiang mingyuan: hi all, Our solr server contains two cores:core0,core1,and they both works well. Now I'am trying to find a way to get information about core0 and core1. Can solrj or other api do this? thanks very much.

Re: how to get solr core information using solrj

2011-07-28 Thread Jiang mingyuan
...@gmail.comwrote: http://lucene.apache.org/solr/api/org/apache/solr/client/solrj/request/CoreAdminRequest.html That should get you started. Best Erick On Tue, Jul 19, 2011 at 11:40 PM, Jiang mingyuan mailtojiangmingy...@gmail.com wrote: hi all, Our solr server contains two cores:core0,core1

how to get solr core information using solrj

2011-07-19 Thread Jiang mingyuan
hi all, Our solr server contains two cores:core0,core1,and they both works well. Now I'am trying to find a way to get information about core0 and core1. Can solrj or other api do this? thanks very much.