Let's limit it to the java.time types which make sense to have a "resolution" option. Is there any? I'm challenging this as I'd expect that if you're only interested in a "month" resolution, you'd use java.time.Month, etc.. Someone able to make an example of something being stored in the database as something quite precise (like java.time.Instant) but then want it indexed in a more coarse precision? |