Namespace Lucene.Net.Demo
Demo applications for indexing and searching.
Classes
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.
SearchFiles
Simple command-line based search demo.