Method TextAll
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).
Create a text index that indexes all text fields of a document.
public IndexKeysBuilder<TDocument> TextAll()
The builder (so method calls can be chained).