I am not able to explicitly map a particular filed according to my specific requirements. For example if I take the WorkEffort data model used in HiveMind, then while creating the schema to Index tasks, I cannot specify which type mapping I want to do regarding a specific field.
If I want to nest the details of the Milestones and People associated with a particular task and then query them according to the above values, then I am not able to achieve that.
For example if I want to fetch the results based on the Assignee or the Milestone, I will not be able to achieve that.
So is there any way where I can specify the type of mapping respective to that field, while creating the Document Data for defining a schema according to my choice?
This will allow me to specify which fields are nested and query them accordingly.