Beispiel #1
0
 public AllFieldMappingDescriptor TermVector(TermVectorOption option)
 {
     Self.TermVector = option;
     return(this);
 }
Beispiel #2
0
 public GenericPropertyDescriptor <T> TermVector(TermVectorOption termVector) => Assign(a => a.TermVector = termVector);
Beispiel #3
0
 public AllFieldMapping TermVector(TermVectorOption option)
 {
     this._TermVector = option;
     return this;
 }
		public AllFieldMappingDescriptor TermVector(TermVectorOption option)
		{
			Self.TermVector = option;
			return this;
		}
Beispiel #5
0
 public StringPropertyDescriptor <T> TermVector(TermVectorOption termVector) => Assign(a => a.TermVector = termVector);
Beispiel #6
0
 public StringMappingDescriptor <T> TermVector(TermVectorOption termVector)
 {
     this._Mapping.TermVector = termVector;
     return(this);
 }
Beispiel #7
0
 public AllFieldMapping TermVector(TermVectorOption option)
 {
     this._TermVector = option;
     return(this);
 }