You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Stefan Matheis (steffkes) (JIRA)" <ji...@apache.org> on 2013/01/23 22:09:12 UTC

[jira] [Created] (SOLR-4341) Admin UI - Plugins/Stats Page contains loooong Values which result in horizontal Scrollbar

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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org