Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef INDEXFILENAMEFILTER_H
8 #define INDEXFILENAMEFILTER_H
18 static bool accept(
const String& directory,
const String& name);
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...
Definition: AbstractAllTermDocs.h:12
Base class for all Lucene classes.
Definition: LuceneObject.h:31
Filename filter that accept filenames and extensions only created by Lucene.
Definition: IndexFileNameFilter.h:15
boost::shared_ptr< IndexFileNameFilter > IndexFileNameFilterPtr
Definition: LuceneTypes.h:155
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.
clucene.sourceforge.net