Delimeter for multiple formats in the format element is ';' which collides with NumberFormat, change it to '||'.
For example:
<property name="latitude">
<meta-data index="un_tokenized" format="N000.00000;S000.00000">latitude</meta-data>
</property
Was analyzed as two formatters instead of a single one because ';' was used as the delimiter.