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);
23 static bool isCFSFile(
const String& name);
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
clucene.sourceforge.net