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:
parent
1e39a12fb0
commit
d9f83a6d74
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue