Table of Contents

Public interface IField

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

Defines the contract for a document field.

public interface IField

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.