
TextField
- Namespace
- Rowles.LeanLucene.Document.Fields
- Assembly
- Rowles.LeanLucene.dll
Full-text field passed through the analyser pipeline.
public sealed class TextField : IField
TextField
- Implements
TextField(string, string)
Initialises a new TextField with the specified name and text value.
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.
Value
Gets the text content of this field.