Table of Contents

Public classSealed TextField

Namespace
Rowles.LeanLucene.Document.Fields
Assembly
Rowles.LeanLucene.dll

Full-text field passed through the analyser pipeline.

public sealed class TextField : IField
TextField
Implements

Public constructor TextField(string, string)

Initialises a new TextField with the specified name and text value.

Public property FieldType

The kind of data this field holds.

Public property IsIndexed

Whether the field is included in the inverted index.

Public property IsStored

Whether the raw value is persisted in stored fields.

Public property Name

Field name used for indexing and retrieval.

Public property Value

Gets the text content of this field.