Table of Contents

Property MaxExtractedTextCharacters

Namespace
MailFathom.Application.Emails.Extraction
Assembly
MailFathom.Application.dll

MaxExtractedTextCharacters

Gets or sets the greatest number of characters one message's body contributes to the extracted text.

public int MaxExtractedTextCharacters { get; set; }

Property Value

int

Remarks

The bound exists because the extracted text is indexed. A PostgreSQL tsvector cannot exceed one megabyte, and the generated column that builds it is part of every insert, so an unbounded body would not degrade search — it would make the row unwritable and stop the folder it arrived in. The default leaves ample room for the subject and participant addresses that share the same document.