Revision 5f717c2...

Go back to digest for 30th December 2012

Bug Fixes in KDE Base

Vishesh Handa committed changes in [nepomuk-core/KDE/4.10] /fileindexer/indexer:

NepomukIndexer: Save the plain text content separately

The plain text content is often quite large, and it doesn't make sense
transporting it over dbus. Also, virtuoso crashes if the plain text is
too large.

Experimentation shows that it crashes for values over 3 * 1024 * 1024.
We trim the plain text to this length as to avoid crashes.

File Changes

Modified 2 files
  • /fileindexer/indexer
  •   services/indexer.cpp
  •   services/indexer.h
2 files changed in total