Table of Contents

Method TextAll

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

TextAll()

Create a text index that indexes all text fields of a document.

public static IndexKeysBuilder TextAll()

Returns

IndexKeysBuilder

The builder (so method calls can be chained).