Table of Contents

Public enum FieldType

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

Categorises the kind of data a field holds.

public enum FieldType

Fields

Numeric = 2

Numeric value for range filters and sorting.

String = 0

Exact-match string, not analysed.

Text = 1

Full-text content, passed through the analyser pipeline.

Vector = 3

Dense float vector for semantic search.