Options for literal field. Present if IndexFieldType specifies the field is of type literal . All options are enabled by default.

 /// <summary>
 /// Sets the LiteralOptions property
 /// </summary>
 /// <param name="literalOptions">The value to set for the LiteralOptions property </param>
 /// <returns>this instance</returns>
 public IndexField WithLiteralOptions(LiteralOptions literalOptions)
 {
     this.literalOptions = literalOptions;
     return(this);
 }
Beispiel #2
0
 public IndexField WithLiteralOptions(LiteralOptions literalOptions)
 {
     this.literalOptions = literalOptions;
     return this;
 }