Esempio n. 1
0
 public CollectionReflectionFieldMapper(ReflectionFieldMapper <T> inner, Type elementType)
     : base(inner.PropertyInfo, inner.Store, inner.IndexMode, inner.TermVector, inner.Converter, inner.FieldName, inner.CaseSensitive, inner.Analyzer, inner.Boost)
 {
     this.elementType = elementType;
 }
Esempio n. 2
0
 public CollectionReflectionFieldMapper(ReflectionFieldMapper <T> inner, Type elementType)
     : base(inner.PropertyInfo, inner.Store, inner.IndexMode, inner.Converter, inner.FieldName, false)
 {
     this.elementType = elementType;
 }