Stefan Matheis (steffkes) created SOLR-4341:
-----------------------------------------------
Summary: Admin UI - Plugins/Stats Page contains loooong Values
which result in horizontal Scrollbar
Key: SOLR-4341
URL: https://issues.apache.org/jira/browse/SOLR-4341
Project: Solr
Issue Type: Improvement
Components: web gui
Affects Versions: 4.0
Reporter: Stefan Matheis (steffkes)
Assignee: Stefan Matheis (steffkes)
Priority: Trivial
Fix For: 4.2
Attachments: SOLR-4341.patch
The Plugin/Stats-Page contains long Values (f.e. for {{readerDir}}) like:
bq.
org.apache.lucene.store.NRTCachingDirectory:NRTCachingDirectory(org.apache.lucene.store.NIOFSDirectory@/opt/solr/trunk/solr/example/solr/collection1/data/index
lockFactory=org.apache.lucene.store.NativeFSLockFactory@43730e;
maxCacheMB=48.0 maxMergeSizeMB=4.0)
until now, the string only gets splitted by the {{@}}-Character. The attached
Patch changes this, now using {{@}} as well as {{(}}
--
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]