Rowles.LeanLucene.Document.Fields
Classes
GeoPointField
Indexed geo-point field. Stores latitude and longitude as two numeric fields (fieldName_lat and fieldName_lon) for range filtering and distance queries.
NumericField
Numeric field for range filters and sorting.
StringField
Exact-match field stored as-is, not passed through the analyser.
TextField
Full-text field passed through the analyser pipeline.
VectorField
Dense float vector for semantic and RAG workloads.
Interfaces
IField
Defines the contract for a document field.
Enums
FieldType
Categorises the kind of data a field holds.