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