<table><tr><td style="">poboiko updated this revision to Diff 45452.<br />poboiko added a comment.
</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/D15983">View Revision</a></tr></table><br /><div><div><p>It's a bad idea to removeRecursively starting from root of the tree (documentid 0).<br />
If user has indexed <tt style="background: #ebebeb; font-size: 13px;">/home/username</tt> folder, there is also an index entry for <tt style="background: #ebebeb; font-size: 13px;">/home</tt> (that's how IdTreeDB works).<br />
However, <tt style="background: #ebebeb; font-size: 13px;">/home</tt> should not be indexed, according to checks (because it's not in includeFolders, while <tt style="background: #ebebeb; font-size: 13px;">/home/username</tt> is)<br />
This will lead to <tt style="background: #ebebeb; font-size: 13px;">removeRecursively("/home")</tt> call, which will wipe index for <tt style="background: #ebebeb; font-size: 13px;">/home/username</tt> as well.</p>

<p>Instead I propose to do checks based on <tt style="background: #ebebeb; font-size: 13px;">includeFolders</tt> and <tt style="background: #ebebeb; font-size: 13px;">excludeFolders</tt> <br />
(which could have changed if config was changed and some directory was added to exclude list)</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R293 Baloo</div></div></div><br /><div><strong>CHANGES SINCE LAST UPDATE</strong><div><a href="https://phabricator.kde.org/D15983?vs=45451&id=45452">https://phabricator.kde.org/D15983?vs=45451&id=45452</a></div></div><br /><div><strong>BRANCH</strong><div><div>arcpatch-D15983</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D15983">https://phabricator.kde.org/D15983</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/file/fileindexscheduler.cpp<br />
src/file/fileindexscheduler.h<br />
src/file/indexcleaner.cpp<br />
src/file/mainhub.cpp</div></div></div><br /><div><strong>To: </strong>poboiko, Baloo, Frameworks<br /><strong>Cc: </strong>kde-frameworks-devel, bruns, ashaposhnikov, michaelh, astippich, spoorun, ngraham, abrahams<br /></div>