Class IndexFiles
Index all text files under a directory.
This is a command-line application demonstrating simple Lucene indexing. Run it with no command-line arguments for usage information.
Inheritance
System.Object
IndexFiles
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Demo
Assembly: Lucene.Net.Demo.dll
Syntax
public class IndexFiles
Methods
| Improve this Doc View SourceMain(String[])
Index all text files under a directory.
Declaration
public static void Main(string[] args)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | args |