Re: Obtaining SOLR index size on disk

2010-04-05 Thread Lance Norskog
This information is not available via the API. If you would like this information added to the statistics request, please file a JIRA requesting it. Without knowing the size of the index files to be transferred, the client cannot monitor its own disk space. This would be useful for the cloud

Re: Obtaining SOLR index size on disk

2010-04-05 Thread Na_D
hi, I am using the piece of code given below ReplicationHandler handler2 = new ReplicationHandler(); System.out.println( handler2.getDescription()); NamedList statistics =

Re: Obtaining SOLR index size on disk

2009-07-20 Thread Peter Wolanin
Actually, if you have a server enabled as a replication master, the stats.jsp page reports the index size, so that information is available in some cases. -Peter On Sat, Jul 18, 2009 at 8:14 AM, Erik Hatchere...@ehatchersolutions.com wrote: On Jul 17, 2009, at 8:45 PM, J G wrote: Is it

Re: Obtaining SOLR index size on disk

2009-07-18 Thread Erik Hatcher
On Jul 17, 2009, at 8:45 PM, J G wrote: Is it possible to obtain the SOLR index size on disk through the SOLR API? I've read through the docs and mailing list questions but can't seem to find the answer. No, but it'd be a great addition to the /admin/system handler which returns lots of