-
Notifications
You must be signed in to change notification settings - Fork 692
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SOLR-16466: Admin UI - Make it optional to sort list of commandline args #2246
Conversation
* main: Add bugfix version 8.11.3 Add 8.11.3 release to DOAP RDF file SOLR-16858: KnnQParser's "Pre-Filtering" behavior is now controlable via local params (closes apache#2157) SOLR-17066: Switch HttpSolrClient away from coreURLs, pt 3 (apache#2240) dev-docs + help: try-and-tweak 'Solr X Lucene' docs (apache#2223) SOLR-17152: Better alignment of Admin UI graph (apache#2249) SOLR-15960: Find unexported variables with compgen (apache#2250) fix a few typos in the Indexing Guide (apache#2245) SOLR-17149: Fix backup/restore for large collections. (apache#2243) SOLR-17146: Add DelegatingBackupRepository and alternative checksum verification (apache#2239) Revert "Revert "SOLR-17066: Switch HttpSolrClient away from coreURLs, pt 2 (apache#2231)"" SOLR-17038: /admin/segments handler: Expose the term count (apache#2233)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I admit I am a novice at web app design. Nothing looks bad to me in the patch.
Hello again! I'd love to see this included in the upcoming 9.6 release -- https://lists.apache.org/thread/mn6625txw938l8sy1o9r9rhmnqpdfo6v @elyograg - would you have bandwidth to merge and cherry-pick/backport to cc/FYI @gus-asf as 9.6 release manager. Thanks! |
I'm tied up today. If it should happen now, someone else can look into it. |
https://issues.apache.org/jira/browse/SOLR-16466
Description
Added a call to action (checkbox) at end of JVM Command-Line Arguments.
The arguments are unsorted (original order) by default , when the checkbox is selected the arguments are sorted lexicographically.
Solution
Added a checkbox in the dashboard at end of JVM Command-Line Arguments.
Changed Angular IndexController (the component behind the Admin Dashboard):
Tests
I have tested the changes locally running solr standalone
Checklist
Please review the following and check all that apply:
main
branch../gradlew check
.