Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef FILESWITCHDIRECTORY_H
8 #define FILESWITCHDIRECTORY_H
49 static String getExtension(
const String& name);
58 virtual void touchFile(
const String& name);
61 virtual void deleteFile(
const String& name);
64 virtual int64_t
fileLength(
const String& name);
73 virtual void sync(
const String& name);
clucene.sourceforge.net