Table of Contents

Public classSealed VectorField

Namespace
Rowles.LeanLucene.Document.Fields
Assembly
Rowles.LeanLucene.dll

Dense float vector for semantic and RAG workloads.

public sealed class VectorField : IField
VectorField
Implements

Public constructor VectorField(string, ReadOnlyMemory<float>)

Initialises a new VectorField with the specified name and float vector.

Public property FieldType

The kind of data this field holds.

Public property IsIndexed

Whether the field is included in the inverted index.

Public property IsStored

Whether the raw value is persisted in stored fields.

Public property Name

Field name used for indexing and retrieval.

Public property Value

Gets the dense float vector stored in this field.