Vladimir That shouldn't matter .. perhaps i did not provide enough information? depends on which host & port you have solr running .. and the path you have defined.
based on the tutorial (host + port configuration) you would use something like this: http://localhost:8983/solr/admin/system?wt=json and that works in single- as well in multicore mode .. Let me know if that still doesn't work? if so .. which is the address you're using to access the UI? - Stefan On Tuesday, August 20, 2013 at 5:32 PM, Vladimir Vagaitsev wrote: > Stefan, > > I tried to execute the query what you mentioned, but http 404 error was > returned. We are using multicore solr, I think query format depends on it. > > - Vladimir. > > > 2013/8/19 Stefan Matheis <matheis.ste...@gmail.com > (mailto:matheis.ste...@gmail.com)> > > > Vladimir > > > > Would you mind attaching the output of /solr/admin/system?wt=json ? The > > last about 20 lines should be enough .. i'm only interested in the "system" > > key which contains the memory informations. if that is completely missing > > .. or literally 0? > > > > - Stefan > > > > > > On Monday, August 19, 2013 at 1:29 PM, Vladimir Vagaitsev wrote: > > > > > Hi, > > > > > > I've found an issue in displaying of Swap Space at Solr Admin page. When > > > swap page is not used, the admin page shows a NaN percent of usage. Since > > > used and total space are stored in double variables, the result of > > > > > > > division > > > of the used space (0.0Mb) by the total space (0.0Mb) is NaN. Maybe it's > > > better to filter this case and put here something like "not used" instead > > > of "NaN"? > > > > > > You can see the screenshot here: http://pbrd.co/1cTvWPF > > > > > > Vladimir