We need to create an @Indexed annotation. In the current incarnation this
is implied for all fields, but with @Embedded (+@Unindexed) it can be
disabled for a whole class, and object graph. Unfortunately that leaves us
no way to index a (set of, or single) property of the embedded object which
is marked with @Unindexed.
In addition, both of these annotations should be applicable for the type
and field. The annotation on the type (class-level) should be the default
for all fields in that class unless explicitly decorated.
Original issue reported on code.google.com by scotthernandez on 8 Feb 2010 at 6:26
Original issue reported on code.google.com by
scotthernandez
on 8 Feb 2010 at 6:26