On Jun 9, 2013, at 7:52 PM, Furkan KAMACI <furkankam...@gmail.com> wrote:
> There is a stat,st,cs section at admin page and gives information as like: > > Last Modified, Num Docs, Max Doc and etc. How can I get such kind of > information using CloudSolrServer with Solrj? There is an admin request handler that exposes them as one option: the /admin/mbeans admin request handler - you can use solrj to hit that handler. - Mark