Baloo: Difference between revisions

From KDE Community Wiki
No edit summary
(link to configuration file, add references to Nepomuk)
Line 5: Line 5:


Baloo focuses on providing a very small memory footprint along with with extremely fast searching. It internally uses a mixture of sqlite along with Xapian to store the file index.
Baloo focuses on providing a very small memory footprint along with with extremely fast searching. It internally uses a mixture of sqlite along with Xapian to store the file index.
== Using Baloo ==
Like its predecessor [https://userbase.kde.org/Nepomuk Nepomuk], Baloo is not an application, but a component which can be used by developers within applications.  Applications like the Kontact Suite, Dolphin and Gwenview, as well as the Plasma Desktop itself, use the Baloo framework to provide search results.
The configuration file is described [[Baloo/Configuration | here]].


== Contributing to Baloo ==
== Contributing to Baloo ==
Line 11: Line 17:


=== What about Nepomuk? ===
=== What about Nepomuk? ===
As of KDE version 4.13, [https://dot.kde.org/2014/02/24/kdes-next-generation-semantic-search Baloo has replaced Nepomuk].


The Nepomuk project in KDE aimed at implementing the vision of "The Semantic Desktop" using RDF. After years of trying the developers felt that while many of the ideas behind "The Semantic Desktop" were great. Implementing them using RDF and classical semantics was not the way to go.
The Nepomuk project in KDE aimed at implementing the vision of "The Semantic Desktop" using RDF. After years of trying the developers felt that while many of the ideas behind "The Semantic Desktop" were great. Implementing them using RDF and classical semantics was not the way to go.


The Baloo project is just a file indexing solution for KDE. Everything that Nepomuk provided is now handled by other software which are part of the KDE Umbrella.
The Baloo project is just a file indexing solution for KDE. Everything that Nepomuk provided is now handled by other software which are part of the KDE Umbrella.

Revision as of 05:44, 15 March 2015

Baloo is the file indexing and file search framework for KDE.

Mailing List: [email protected] (info page)
IRC Channel: #kde-baloo on freenode

Baloo focuses on providing a very small memory footprint along with with extremely fast searching. It internally uses a mixture of sqlite along with Xapian to store the file index.

Using Baloo

Like its predecessor Nepomuk, Baloo is not an application, but a component which can be used by developers within applications. Applications like the Kontact Suite, Dolphin and Gwenview, as well as the Plasma Desktop itself, use the Baloo framework to provide search results.

The configuration file is described here.

Contributing to Baloo

The Baloo developers maintain a list of currently active tasks over here. Additionally there is also the bug tracker.

What about Nepomuk?

As of KDE version 4.13, Baloo has replaced Nepomuk.

The Nepomuk project in KDE aimed at implementing the vision of "The Semantic Desktop" using RDF. After years of trying the developers felt that while many of the ideas behind "The Semantic Desktop" were great. Implementing them using RDF and classical semantics was not the way to go.

The Baloo project is just a file indexing solution for KDE. Everything that Nepomuk provided is now handled by other software which are part of the KDE Umbrella.