Apache Lucene.Net 2.1 Class Library API

IndexFileNameFilter.IsCFSFile Method 

Returns true if this is a file that would be contained in a CFS file. This function should only be called on files that pass the above "accept" (ie, are already known to be a Lucene index file).

public virtual bool IsCFSFile(
   string name
);

See Also

IndexFileNameFilter Class | Lucene.Net.Index Namespace