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

Ejemplo n.º 1
0
 /// <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);
 }
Ejemplo n.º 2
0
 public IndexField WithLiteralOptions(LiteralOptions literalOptions)
 {
     this.literalOptions = literalOptions;
     return this;
 }