Options for text field. Present if IndexFieldType specifies the field is of type text . A text field is always searchable. All options are enabled by default.

Пример #1
0
 /// <summary>
 /// Sets the TextOptions property
 /// </summary>
 /// <param name="textOptions">The value to set for the TextOptions property </param>
 /// <returns>this instance</returns>
 public IndexField WithTextOptions(TextOptions textOptions)
 {
     this.textOptions = textOptions;
     return(this);
 }
Пример #2
0
 public IndexField WithTextOptions(TextOptions textOptions)
 {
     this.textOptions = textOptions;
     return this;
 }