CLucene - a full-featured, c++ search engine
API Documentation
#include "Directory.h"#include "Lock.h"#include "CLucene/util/VoidMap.h"#include "CLucene/util/StringBuffer.h"Go to the source code of this file.
Classes | |
| class | lucene::store::FSDirectory |
| Straightforward implementation of Directory as a directory of files. More... | |
| class | lucene::store::FSDirectory::FSLock |
| class | lucene::store::FSDirectory::FSIndexInput |
| class | lucene::store::FSDirectory::FSIndexInput::SharedHandle |
| We used a shared handle between all the fsindexinput clones. | |
| class | lucene::store::FSDirectory::FSIndexOutput |
Namespaces | |
| namespace | lucene |
todo: jlucene has change from using DocumentFieldList/Enumeration to using a java List. | |
| namespace | lucene::store |