
NumericField
- Namespace
- Rowles.LeanLucene.Document.Fields
- Assembly
- Rowles.LeanLucene.dll
Numeric field for range filters and sorting.
public sealed class NumericField : IField
NumericField
- Implements
NumericField(string, double)
Initialises a new NumericField with the specified name and numeric 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 numeric value of this field.