Table of Contents

Method SetTextLanguageOverride

Namespace
MongoDB.Driver.Builders
Assembly
MongoDB.Driver.Legacy.dll

SetTextLanguageOverride(string)

Specifies the field name containing the language for the text index.

public IndexOptionsBuilder SetTextLanguageOverride(string fieldName)

Parameters

fieldName string

The field name.

Returns

IndexOptionsBuilder

The builder (so method calls can be chained).