Method SetWildcardProjection
SetWildcardProjection(string, bool)
Sets the wildcardProjection for the index.
public IndexOptionsBuilder SetWildcardProjection(string name, bool included)
Parameters
name
stringThe field name.
included
boolThe flag determines whether the field should be included or excluded from wildcard projecting.
Returns
- IndexOptionsBuilder
The builder (so method calls can be chained).