
LeanDocument
- Namespace
- Rowles.LeanLucene.Document
- Assembly
- Rowles.LeanLucene.dll
A document is a bag of fields. Nothing more.
public sealed class LeanDocument
LeanDocument
Fields
All fields belonging to this document.
this[int]
Gets a field by index.
Add(IField)
Adds a field to the document.
GetField(string)
Returns the first field matching name, or null if none found.
GetFields(string)
Returns all fields matching name.