Table of Contents

Public classSealed LeanDocument

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

A document is a bag of fields. Nothing more.

public sealed class LeanDocument
LeanDocument

Public property Fields

All fields belonging to this document.

Public property this[int]

Gets a field by index.

Public method Add(IField)

Adds a field to the document.

Public method GetField(string)

Returns the first field matching name, or null if none found.

Public method GetFields(string)

Returns all fields matching name.