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).
Namespace: Lucene.Net.IndexAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public virtual bool IsCFSFile( string name ) |
Visual Basic |
---|
Public Overridable Function IsCFSFile ( _ name As String _ ) As Boolean |
Visual C++ |
---|
public: virtual bool IsCFSFile( String^ name ) |
Parameters
- name
- Type: System..::..String
[Missing <param name="name"/> documentation for "M:Lucene.Net.Index.IndexFileNameFilter.IsCFSFile(System.String)"]
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Index.IndexFileNameFilter.IsCFSFile(System.String)"]