Method SetTextLanguageOverride
SetTextLanguageOverride(string)
Specifies the field name containing the language for the text index.
public IndexOptionsBuilder SetTextLanguageOverride(string fieldName)
Parameters
fieldName
stringThe field name.
Returns
- IndexOptionsBuilder
The builder (so method calls can be chained).