<table><tr><td style="">bruns created this revision.<br />bruns added reviewers: Baloo, ngraham, astippich.<br />Herald added projects: Frameworks, Baloo.<br />Herald added a subscriber: kde-frameworks-devel.<br />bruns requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D21538">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>The current index file count does not really tell what the numbers<br />
are referring to - the second number is the count of files currently in<br />
the index, while the first number is the number of files which have either<br />
finished content indexing, are not ellegible for content indexing, or<br />
failed during content indexing.</p>

<p>Provide separate messages for count of files in the index, files waiting<br />
to be processed by the content indexer, and files which failed in the<br />
content indexer.</p>

<p><tt style="background: #ebebeb; font-size: 13px;">./bin/balooctl status</tt></p>

<p>Old:</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">Baloo File Indexer is running
Indexer state: Idle
Indexed 4560 / 4561 files</pre></div>

<p>New:</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">Baloo File Indexer is running
Indexer state: Idle
Total files indexed: 4561
Files waiting for content indexing: 1
Files failed to index: 2</pre></div></div></div><br /><div><strong>TEST PLAN</strong><div><p>run <tt style="background: #ebebeb; font-size: 13px;">balooctl status</tt></p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R293 Baloo</div></div></div><br /><div><strong>BRANCH</strong><div><div>master</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D21538">https://phabricator.kde.org/D21538</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/tools/balooctl/statuscommand.cpp</div></div></div><br /><div><strong>To: </strong>bruns, Baloo, ngraham, astippich<br /><strong>Cc: </strong>kde-frameworks-devel, gennad, domson, ashaposhnikov, michaelh, astippich, spoorun, ngraham, bruns, abrahams<br /></div>