
VectorFieldInfo
- Namespace
- Rowles.LeanLucene.Index.Segment
- Assembly
- Rowles.LeanLucene.dll
Persisted metadata for a single vector field within a segment. The reader uses this to
open the corresponding per-field .vec and .hnsw files lazily.
public sealed class VectorFieldInfo
VectorFieldInfo
Dimension
Dimension of every vector in this field.
FieldName
Logical name of the vector field as supplied by the application.
HasHnsw
Whether a built HNSW graph file is present for this field.
Normalised
Whether vectors were L2-normalised at write time. When true, dot product equals cosine similarity.