Esempio n. 1
0
 /// <summary>
 /// Allows to control whether field searchable and analyzed.
 /// </summary>
 public IdField <T> Index(IndexState index)
 {
     RegisterCustomJsonMap("'index': {0}", index.AsString().Quotate());
     return(this);
 }
Esempio n. 2
0
 /// <summary>
 /// Allows to control whether field searchable and analyzed.
 /// </summary>
 public TMapping Index(IndexState index)
 {
     RegisterCustomJsonMap("'index': {0}", index.AsString().Quotate());
     return((TMapping)this);
 }