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

Stefan Matheis (steffkes) commented on SOLR-4267:
-------------------------------------------------

[~elyograg] have a look on SOLR-3851 - perhaps the title was not that 
descriptive, but the original though was to synchronize action on the 
core-admin to the left-side core-list .. while working on that, i brought up an 
method which sorts cores by name, because i had the exact same though as you 
did - i couldn't figure out which order (if any, at least) it has right now.

regarding the other ideas:

bq. When lazily loading cores, or when they are transient, have the background 
on the core name be a different color to indicate states other than fully 
loaded.

if we can determine this state somehow (maybe against {{/admin/cores}}?, did 
not completely follow the current development on this topic) that should be a 
small change

bq. With the lazy/transient idea, will there be a UI button to unload a core 
without removing it from solr.xml? Currently, when you click unload, it is 
removed from solr.xml.

same here, should be possible - just have to define how to handle it .. 
because, with what i understood right now .. if we query (f.e.) 
{{/admin/system}} on the selected core it get's fully loaded - given the fact 
to you're on the start page of a core, you hit whatever-we-name-the-button .. 
what should happen? reloading the page would mean we initiate the core again, 
which is perhaps not what you'd expect, right?

but, valid for both ideas, opening a new issue is the right way - so they're 
easier to handle (implement, follow, ...) in the feature :)


                
> Solr Admin UI - checkbox option to sort cores by name
> -----------------------------------------------------
>
>                 Key: SOLR-4267
>                 URL: https://issues.apache.org/jira/browse/SOLR-4267
>             Project: Solr
>          Issue Type: Improvement
>          Components: web gui
>    Affects Versions: 4.0
>            Reporter: Shawn Heisey
>             Fix For: 4.1, 5.0
>
>
> The new UI currently shows the list of cores in an unsorted order.  
> Presumably they are shown in the order that they finished starting, but I 
> have not looked to verify this.  I would like to have the option to show that 
> list sorted alphanumerically.  IMHO it would be good to make this the 
> default, but I'm not willing to speak for others.
> There has been recent work to support thousands of cores.  I think that this 
> would be even more important for that.

--
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