Lucene.Net 2.0 Class Library |
|
Lucene.Net.Documents Namespace
Namespace hierarchy
Classes
Class |
Description |
DateField
|
|
DateTools
|
|
DateTools.Resolution
|
Specifies the time granularity. |
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
|
Specifies whether and how a field should be indexed. |
Field.Store
|
Specifies whether and how a field should be stored. |
Field.TermVector
|
Specifies whether and how a field should have term vectors. |
NumberTools
|
|