Table of Contents

Property ContextChars

Namespace
LMKit.Document.Search
Assembly
LM-Kit.NET.dll

ContextChars

Number of characters of surrounding context to include in each match snippet. Clamped to the range [0, 1000].

public int ContextChars { get; set; }

Property Value

int

Default: 40.

Share