Table of Contents

Public classSealed JsonMappingOptions

Namespace
Rowles.LeanLucene.Document.Json
Assembly
Rowles.LeanLucene.dll

Options controlling how JsonDocumentMapper maps JSON to fields.

public sealed class JsonMappingOptions
JsonMappingOptions

Public property FieldNameSeparator

Separator between nested field name segments. Default: ".".

Public property MaxDepth

Maximum nesting depth to recurse into. Default: 10.

Public property StringFieldMaxLength

String length threshold: strings shorter than this become StringField, longer become TextField. Default: 64.