[Extractor] Exclude Postscript from being indexed
AbandonedPublic

Authored by bruns on Oct 16 2018, 12:11 AM.

Details

Reviewers
None
Summary

The postscript file contents are mostly commands and base64 or hex encoded
data. Text content is in general not available without removing
justification whitespace, i.e. extraction requires a postscript
interpreter.

Test Plan

run balooshow -x <ps-file> before
-> lots of garbage terms
balooctl clear <ps-file>; touch <ps-file>
run balooshow -x <ps-file> again
-> the terms are empty now, save the mimetype ("Mapplication Mpostscript")

Diff Detail

Repository
R293 Baloo
Branch
oob
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 3924
Build 3942: arc lint + arc unit
bruns created this revision.Oct 16 2018, 12:11 AM
Restricted Application added projects: Frameworks, Baloo. · View Herald TranscriptOct 16 2018, 12:11 AM
Restricted Application added subscribers: Baloo, kde-frameworks-devel. · View Herald Transcript
bruns requested review of this revision.Oct 16 2018, 12:11 AM
bruns abandoned this revision.Oct 16 2018, 12:13 AM