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