is that possible to add a hashMap as field to store data ,eg. @Documents public class Student{ @Id String id; @Indexed Map<String,Integer> courseMap; }