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 IndexKeysBuilder<TDocument> TextAll()

Returns

IndexKeysBuilder<TDocument>

The builder (so method calls can be chained).