Change 'norelease' in MappedFieldType to 'TODO'

This should not block any sort of release, it is only to be more
protective towards fields not having any settings changed.
This commit is contained in:
Lee Hinman 2016-09-14 14:35:22 -06:00
parent 1e39a12fb0
commit d9f83a6d74
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ public abstract class MappedFieldType extends FieldType {
eagerGlobalOrdinals, similarity == null ? null : similarity.name(), nullValue, nullValueAsString);
}
// norelease: we need to override freeze() and add safety checks that all settings are actually set
// TODO: we need to override freeze() and add safety checks that all settings are actually set
/** Returns the name of this type, as would be specified in mapping properties */
public abstract String typeName();