Lucene.Net 1.9.1 Class Library

Lucene.Net.Documents Namespace

Namespace hierarchy

Classes

Class Description
DateField  
DateTools  
DateTools.Resolution  
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.
Field.Index  
Field.Store  
Field.TermVector  
NumberTools