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; }
public CollectionReflectionFieldMapper(ReflectionFieldMapper <T> inner, Type elementType) : base(inner.PropertyInfo, inner.Store, inner.IndexMode, inner.Converter, inner.FieldName, false) { this.elementType = elementType; }