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

Shawn Heisey commented on SOLR-16466:
-------------------------------------

Yes, that is what I mean.  Below is what it looks likeon my little Solr install 
without being sorted.  If you're trying to solve a problem that comes from 
making changes to the actual scripts as well as modifying solr.in.sh or 
solr.in.cmd, the order that the arguments are passed can become critical.  
Sorting them, while it does make it easier to see if a particular option is in 
use, loses the ability to figure out which option is actually taking effect 
when it is being set to two different values.  Rather than simply remove the 
sort, I would like both options to be available, and I would be fine with the 
default being to sort  as it is now.  I would prefer if the admin UI could 
remember the choice the user makes, but if that is difficult, don't try.

!image-2022-10-18-17-56-36-230.png!

> Admin UI - Make it optional to sort list of commandline args
> ------------------------------------------------------------
>
>                 Key: SOLR-16466
>                 URL: https://issues.apache.org/jira/browse/SOLR-16466
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Admin UI
>    Affects Versions: 9.0
>            Reporter: Shawn Heisey
>            Priority: Minor
>              Labels: newdev
>         Attachments: image-2022-10-18-17-55-33-446.png, 
> image-2022-10-18-17-56-36-230.png
>
>
> It is sometimes detrimental to have the list of commandline arguments sorted 
> in the Admin UI dashboard.  One of the things  I do whenever I install or 
> upgrade Solr is to go into the javascript and remove the sort.  I would like 
> to make it optional on the dashboard to sort the arguments.
> I do not know how to go about doing this.  My HTML/CSS/Javascript skills are 
> not adequate to accomplish it.  It's easy enough to remove ".sort()" from the 
> javascript to turn it off, but making it optional (unchecking a checkbox and 
> having that trigger some javascript) is something I would struggle to 
> implement.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to