Class CompactInvalidMappedField

All Implemented Interfaces:
Writeable

public final class CompactInvalidMappedField extends TypeConflictedField
Memory-frugal counterpart to InvalidMappedField: stores at most 3 concrete index names per source type alongside an integer count of the names that were dropped. Together they let TypeConflictedField.errorMessage() reconstruct the same "and [N] other indices" rendering the full per-type list would have produced, without retaining the full list.