On 1/9/2013 10:38 AM, Shahar Davidson wrote: > Hi All, > > I have a client app that uses SolrJ and which requires to collect the names > (and just the names) of all loaded cores. > I have about 380 Solr Cores on a single Solr server (net indices size is > about 220GB). > > Running the STATUS action takes about 800ms - that seems a bit too long, > given my requirements. > > So here are my questions: > 1) Is there any way to get _only_ the core Name of all cores?
If you have access to the filesystem, you could just read solr.xml where all cores are listed.