Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Public Member Functions | Properties | List of all members
Lucene.Net.Index.IndexFileNameFilter Class Reference

Filename filter that accept filenames and extensions only created by Lucene. More...

Public Member Functions

virtual bool Accept (System.IO.FileInfo dir, System.String name)
 
virtual bool IsCFSFile (System.String name)
 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).
 

Properties

static IndexFileNameFilter Filter [get]
 

Detailed Description

Filename filter that accept filenames and extensions only created by Lucene.

Definition at line 25 of file IndexFileNameFilter.cs.

Member Function Documentation

virtual bool Lucene.Net.Index.IndexFileNameFilter.Accept ( System.IO.FileInfo  dir,
System.String  name 
)
virtual

Definition at line 50 of file IndexFileNameFilter.cs.

virtual bool Lucene.Net.Index.IndexFileNameFilter.IsCFSFile ( System.String  name)
virtual

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).

Definition at line 84 of file IndexFileNameFilter.cs.

Property Documentation

IndexFileNameFilter Lucene.Net.Index.IndexFileNameFilter.Filter
staticget

Definition at line 103 of file IndexFileNameFilter.cs.


The documentation for this class was generated from the following file: