Section navigation

Public enum FieldType

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

Categorises the kind of data a field holds.

public enum FieldType

Fields

Binary = 2

Opaque binary content stored as raw bytes.

Int64 = 4

64-bit signed integer value for exact-match and range filters.

Numeric = 3

Numeric value for range filters and sorting.

Stored = 6

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 = 5

Dense float vector for semantic search.