Table of Contents

Public enum FieldType

Namespace
Rowles.LeanCorpus.Document.Fields
Assembly
Rowles.LeanCorpus.dll

Categorises the kind of data a field holds.

public enum FieldType

Fields

Numeric = 2

Numeric value for range filters and sorting.

Stored = 4

Stored-only value, not included in the inverted index.

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.