FieldType
- Namespace
- Rowles.LeanLucene.Document.Fields
- Assembly
- Rowles.LeanLucene.dll
Categorises the kind of data a field holds.
public enum FieldType
Fields
Numeric = 2Numeric value for range filters and sorting.
String = 0Exact-match string, not analysed.
Text = 1Full-text content, passed through the analyser pipeline.
Vector = 3Dense float vector for semantic search.