[
https://issues.apache.org/jira/browse/SOLR-3948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13504181#comment-13504181
]
Shawn Heisey commented on SOLR-3948:
------------------------------------
I tried this patch against a trunk checkout today and it applied OK, though it
did need the standard gnu fuzz of 1.
ncindex@bigindy5 /index/src/trunk $ patch -p0 < ../SOLR-3948.patch
patching file solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java
Hunk #1 succeeded at 1983 (offset -3 lines).
patching file
solr/core/src/java/org/apache/solr/handler/admin/LukeRequestHandler.java
patching file solr/webapp/web/tpl/dashboard.html
patching file solr/webapp/web/js/scripts/dashboard.js
> Calculate/display deleted documents in admin interface
> ------------------------------------------------------
>
> Key: SOLR-3948
> URL: https://issues.apache.org/jira/browse/SOLR-3948
> Project: Solr
> Issue Type: Improvement
> Components: web gui
> Affects Versions: 4.0
> Reporter: Shawn Heisey
> Priority: Minor
> Fix For: 4.1
>
> Attachments: SOLR-3948.patch
>
>
> The admin interface shows you two totals that let you infer how many deleted
> documents exist in the index by subtracting Num Docs from Max Doc. It would
> make things much easier for novice users and for automated statistics
> gathering if the number of deleted documents were calculated for you and
> displayed.
> Last Modified: 3 minutes ago
> Num Docs: 12924551
> Max Doc: 13011778
> Version: 862
> Segment Count: 23
--
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]