merge

fun merge(mergeState: MergeState)

Merges in the fields from the readers in mergeState. The default implementation calls .mergeNormsField for each field, filling segments with missing norms for the field with zeros. Implementations can override this method for more sophisticated merging (bulk-byte copying, etc).