Lucene.Net 1.4.3 Class Library

Lucene.Net.Documents Namespace

Namespace hierarchy

Classes

Class Description
DateField  
Document  
Field A Field is a section of a Document. Each Field has two parts, a name and a value. Values may be free text, provided as a String or as a Reader, or they may be atomic keywords, which are not further processed. Such keywords may be used to represent dates, urls, etc. Fields are optionally stored in the index, so that they may be returned with hits on the document.