I need to create an online archive in a collection and the date field stores a Epoch Millis.
I selected the option for this kind o date. However, it doesn’t work because the field that stores this data is Double, not Long. So there is this error:
Error starting archive: Invalid criteria field type field name: event.expiration_at_ms, detected field type: double
How can I fix it?