Closed
Description
I think MultiField()
for mapping should be marked as [Obsolete]
. It's been deprecated since ES 1.0 so NEST should reflect that.
Otherwise people will inadvertently use it (at least I did!) which causes problems down the line. In my particular case, this caused issues when comparing mappings.
Another solution would be generating the new-style multi-fields from the same MultiField()
definition, but that would be a breaking change and could be confusing.
Metadata
Metadata
Assignees
Labels
No labels