7 #ifndef INDEXFILENAMEFILTER_H
8 #define INDEXFILENAMEFILTER_H
18 static bool accept(
const String& directory,
const String& name);
Filename filter that accept filenames and extensions only created by Lucene.
Definition: IndexFileNameFilter.h:15
static bool accept(const String &directory, const String &name)
Returns true if this is a file known to be a Lucene index file.
static IndexFileNameFilterPtr getFilter()
Return singleton IndexFileNameFilter.
static bool isCFSFile(const String &name)
Returns true if this is a file that would be contained in a CFS file. This function should only be ca...
Base class for all Lucene classes.
Definition: LuceneObject.h:31
Definition: AbstractAllTermDocs.h:12
boost::shared_ptr< IndexFileNameFilter > IndexFileNameFilterPtr
Definition: LuceneTypes.h:155