[ 
https://issues.apache.org/jira/browse/SOLR-3980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13487170#comment-13487170
 ] 

Erick Erickson commented on SOLR-3980:
--------------------------------------

OK, this is really done as part of SOLR-1306. Lazily-loaded cores get returned 
with the usual STATUS listing. Do note, however, that for the case of a core 
that _could_ be loaded but hasn't yet been loaded (or has aged out of the 
cache), only a subset of data is returned. All that can be relied on is
"name", "isDefaultCore", and "instanceDir".

Additional entries if the provider supplies them are:
"dataDir", "config", "schema".

Additionally, the STATUS command will return an additional value called 
isLoaded ("true"|"false") that can be used to determine what data set to expect.
                
> 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]

Reply via email to