Table of Contents

Public classSealed NumericField

Namespace
Rowles.LeanLucene.Document.Fields
Assembly
Rowles.LeanLucene.dll

Numeric field for range filters and sorting.

public sealed class NumericField : IField
NumericField
Implements

Public constructor NumericField(string, double)

Initialises a new NumericField with the specified name and numeric value.

Public property FieldType

The kind of data this field holds.

Public property IsIndexed

Whether the field is included in the inverted index.

Public property IsStored

Whether the raw value is persisted in stored fields.

Public property Name

Field name used for indexing and retrieval.

Public property Value

Gets the numeric value of this field.