C# (CSharp) Lucene.Net.Demo Пространство имен

Пространства имен

Lucene.Net.Demo.Html

Классы

Имя Описание
DeleteFiles Deletes documents from an index that do not contain a term.
FileDocument A utility for making Lucene Documents from a File.
HTMLDocument A utility for making Lucene Documents for HTML documents.
IndexFiles Index all text files under a directory.
IndexHTML Indexer for HTML files.
SearchFiles Simple command-line based search demo.
SearchFiles.AnonymousClassCollector
SearchFiles.OneNormsReader Use the norms from one field for all fields. Norms are read into memory, using a byte of memory per document per searched field. This can cause search of large collections with a large number of fields to run out of memory. If all of the fields contain only a single token, then the norms are all identical, then single norm vector may be shared.