Method SetSparse
SetSparse(bool)
Sets whether the index is a sparse index.
public static IndexOptionsBuilder<TDocument> SetSparse(bool value)
Parameters
valueboolWhether the index is a sparse index.
Returns
- IndexOptionsBuilder<TDocument>
The builder (so method calls can be chained).