Table of Contents

Property MaxTokenLength

Namespace
MongoDB.EntityFrameworkCore.Metadata.Search.Definitions
Assembly
MongoDB.EntityFrameworkCore.dll

MaxTokenLength

The maximum length for a single token. Tokens greater than this length are split at this length into multiple tokens. If not specified, then the default is 255.

public int? MaxTokenLength { get; set; }

Property Value

int?