Table of Contents

Public namespace Rowles.LeanLucene.Document.Json

Classes

Public class JsonDocumentMapper

Maps a System.Text.Json.JsonElement tree to a LeanDocument by emitting typed fields based on System.Text.Json.JsonValueKind. Nested objects become prefixed field names; arrays become multi-valued fields.

Public class JsonMappingOptions

Options controlling how JsonDocumentMapper maps JSON to fields.