
StringField
- Namespace
- Rowles.LeanLucene.Document.Fields
- Assembly
- Rowles.LeanLucene.dll
Exact-match field stored as-is, not passed through the analyser.
public sealed class StringField : IField
StringField
- Implements
StringField(string, string)
Initialises a new StringField with the specified name and 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 exact string value of this field.