Table of Contents

Public classSealed 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

Public property Dimension

Dimension of every vector in this field.

Public property FieldName

Logical name of the vector field as supplied by the application.

Public property HasHnsw

Whether a built HNSW graph file is present for this field.

Public property Normalised

Whether vectors were L2-normalised at write time. When true, dot product equals cosine similarity.