Class IndexFileNameFilter
Filename filter that accept filenames and extensions only created by Lucene.
Inheritance
System.Object
IndexFileNameFilter
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public class IndexFileNameFilter : object
Properties
Name | Description |
---|---|
Filter |
Methods
Name | Description |
---|---|
Accept(IO.FileInfo, String) | |
IsCFSFile(String) | 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). |