NepomukDaemons
Nepomuk Namespace Reference
Classes | |
class | CLuceneAnalyzer |
Represents a standard analyzer. More... | |
class | CLuceneFilter |
Normalizes tokens extracted with StandardTokenizer. More... | |
class | CLuceneTokenizer |
A grammar-based tokenizer constructed with JavaCC. More... | |
class | Core |
class | DesktopOntologyUpdateJob |
class | FileWatch |
class | LegacyStorageBridge |
Legacy class which makes sure the old org.kde.NepomukServer access to the storage service is still valid for backwards compatibility. More... | |
class | MainModel |
The main Nepomuk data storage model. More... | |
class | Migration1 |
This simple run-once service migrates old metadata data by updating it to the new ontology concepts. More... | |
class | ModelCopyJob |
class | OntologyLoader |
class | OntologyManagerModel |
Filter model to manage NRL ontologies. More... | |
class | OntologyUpdateJob |
class | Repository |
class | Server |
class | ServerConfigModule |
class | ServiceControl |
class | ServiceController |
class | ServiceManager |
Manages all Nepomuk services. More... | |
class | Storage |
class | StrigiConfigFile |
Parser and writer class for Strigidaemon config files. More... | |
class | StrigiController |
class | StrigiService |
Service controlling the strigidaemon. More... | |
Typedefs | |
typedef QMap< QString, Repository * > | RepositoryMap |
Enumerations | |
enum | TokenTypes { _EOF, UNKNOWN, ALPHANUM, APOSTROPHE, ACRONYM, COMPANY, EMAIL, HOST, NUM, CJK } |
Functions | |
CL_NS (analysis) | |
Variables | |
const TCHAR ** | tokenImage = tokenImageArray |
const TCHAR * | tokenImageArray [] |
Typedef Documentation
typedef QMap<QString, Repository*> Nepomuk::RepositoryMap |
Definition at line 106 of file repository.h.
Enumeration Type Documentation
enum Nepomuk::TokenTypes |
Definition at line 28 of file clucenetokenizerconstants.h.
Function Documentation
Nepomuk::CL_NS | ( | analysis | ) |
Definition at line 56 of file cluceneanalyzer.cpp.
Variable Documentation
const TCHAR ** Nepomuk::tokenImage = tokenImageArray |
Definition at line 53 of file clucenetokenizer.cpp.
const TCHAR* Nepomuk::tokenImageArray[] |
Initial value:
{ _T("<EOF>"), _T("<UNKNOWN>"), _T("<ALPHANUM>"), _T("<APOSTROPHE>"), _T("<ACRONYM>"), _T("<COMPANY>"), _T("<EMAIL>"), _T("<HOST>"), _T("<NUM>"), }
Definition at line 41 of file clucenetokenizer.cpp.