NepomukDaemons
Nepomuk Namespace Reference
Namespaces | |
| namespace | Search |
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 | Config |
| Active config class which emits signals if the config was changed, for example if the KCM saved the config file. More... | |
| class | Core |
| class | DesktopOntologyUpdateJob |
| class | EventMonitor |
| class | FileWatch |
| class | GraphRetriever |
| Utility class for retrieving RDF graphs from Web locations. More... | |
| class | IndexScheduler |
| The IndexScheduler performs the normal indexing, ie. More... | |
| 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 | 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 | SearchEntry |
| class | SearchFolder |
| class | SearchProtocol |
| class | Server |
| class | ServerConfigModule |
| class | ServiceControl |
| class | ServiceController |
| class | ServiceManager |
| Manages all Nepomuk services. More... | |
| class | StatusWidget |
| class | Storage |
| class | StrigiService |
| Service controlling the strigidaemon. More... | |
| class | StrigiServiceAdaptor |
| class | SystemTray |
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 104 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.
KDE 4.2 API Reference