[
https://issues.apache.org/jira/browse/SOLR-3980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13486533#comment-13486533
]
Erick Erickson commented on SOLR-3980:
--------------------------------------
In looking at this a bit more, the only way that currently exists to get a list
of cores is to do a core admin STATUS command. Unfortunately, that loads all
the cores and in the case where there are a large number of them, this will be
unacceptable.
I propose a new core admin command LIST that will return a simple listing of
the cores, just the name. The Admin UI will need to use this to display the
actual list, then make a STATUS request when the user is drilling down....
I suppose another solution would be an extra parameter for STATUS,
namesOnly=true or some such, but I don't really like that, although I'd be
willing to be persuaded otherwise.
> Incorporate lazily-loaded cores into core listings for clients
> --------------------------------------------------------------
>
> Key: SOLR-3980
> URL: https://issues.apache.org/jira/browse/SOLR-3980
> Project: Solr
> Issue Type: Improvement
> Components: multicore, web gui
> Affects Versions: 4.1
> Reporter: Erick Erickson
> Assignee: Erick Erickson
> Priority: Minor
> Fix For: 4.1
>
>
> Part of SOLR-1293 (supporting lots of cores) will require we do something to
> allow clients (particularly the admin GUI) to get a full list of all possible
> cores, whether they've been loaded or not.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]