IField
- Namespace
- Rowles.LeanLucene.Document.Fields
- Assembly
- Rowles.LeanLucene.dll
Defines the contract for a document field.
public interface IField
FieldType
The kind of data this field holds.
IsIndexed
Whether the field is included in the inverted index.
IsStored
Whether the raw value is persisted in stored fields.
Name
Field name used for indexing and retrieval.