Remove ununsed wdfInc parameter for addTerm and addPositionTerm
ClosedPublic

Authored by bruns on Nov 22 2018, 2:20 AM.

Details

Summary

wdf (word frequency) is neither saved to the database nor used anywhere
else. It is also not tested, and has no documented semantics.

Remove add*BoolTerm(), as it is identical to add*Term() after the change.

This change affects the API and ABI of libKF5BalooEngine, but it is an
internal library interface only used by libKF5Baloo. Only the latter
is exported.

Test Plan

ctest

Diff Detail

Repository
R293 Baloo
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
bruns created this revision.Nov 22 2018, 2:20 AM
Restricted Application added projects: Frameworks, Baloo. · View Herald TranscriptNov 22 2018, 2:20 AM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
bruns requested review of this revision.Nov 22 2018, 2:20 AM
apol accepted this revision.Nov 22 2018, 11:52 AM
apol added a subscriber: apol.

I'd change the wording. It's being exported, only that the headers aren't being installed so it's not really usable. ;)

This revision is now accepted and ready to land.Nov 22 2018, 11:52 AM
This revision was automatically updated to reflect the committed changes.