Table of Contents

Public classSealed StringField

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

Exact-match field stored as-is, not passed through the analyser.

public sealed class StringField : IField
StringField
Implements

Public constructor StringField(string, string)

Initialises a new StringField with the specified name and 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 exact string value of this field.