Apache Lucene.Net 2.4.0 Class Library API

Field Class

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.

For a list of all members of this type, see Field Members.

System.Object
   Lucene.Net.Documents.AbstractField
      Lucene.Net.Documents.Field

public sealed class Field : AbstractField

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Lucene.Net.Documents

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

Field Members | Lucene.Net.Documents Namespace