[
https://issues.apache.org/jira/browse/SOLR-8839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15193079#comment-15193079
]
ASF GitHub Bot commented on SOLR-8839:
--------------------------------------
GitHub user LucVL opened a pull request:
https://github.com/apache/lucene-solr/pull/20
SOLR-8839: Angular admin/segments display: display of deleted docs no…
…t proportional
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/LucVL/lucene-solr solr-8839
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucene-solr/pull/20.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #20
----
commit c187ffaca74ba6d95f70fd85569879c034b66617
Author: Luc Vanlerberghe <[email protected]>
Date: 2016-03-14T10:38:56Z
SOLR-8839: Angular admin/segments display: display of deleted docs not
proportional
----
> Angular admin/segments display: display of deleted docs not proportional
> ------------------------------------------------------------------------
>
> Key: SOLR-8839
> URL: https://issues.apache.org/jira/browse/SOLR-8839
> Project: Solr
> Issue Type: Bug
> Affects Versions: 5.4.1
> Reporter: Luc Vanlerberghe
> Priority: Minor
>
> In the /segments portion of the admin site, the segments are displayed as a
> bar graph with the size of each bar proportional to the logarithm of the
> segment size.
> Within each bar the number of deleted documents is shown as a dark-gray
> portion at the end.
> Before the angular version, the size of this part was directly proportional
> to the number of deleted documents with respect to the total number of
> documents in the segment
> In the angular version, the dark-gray portion is way too large.
> In the previous version, the result was odd as well since it displayed a
> proportional percentage within in a logarithmic graph.
> I'll add a PR shortly that changes the calculation so the dark-gray part
> looks approximately proportional to the size the segment would shrink if
> optimized.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]