You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance the Entity annotation to add index property that can be set to true or false. This should default to true. All fields should inherit the index property of the Entity, if it is not overridden in the Property annotation.
The text was updated successfully, but these errors were encountered:
I would very much like this, so that I can set defaults for the entire entity as far as indexing goes.
I usually pick and choose which properties to index, sometimes having only a few on an entity with many properties. This causes the entity to look a bit messy because I have to annotate many properties with @Property(indexed=false).
Enhance the Entity annotation to add index property that can be set to true or false. This should default to true. All fields should inherit the index property of the Entity, if it is not overridden in the Property annotation.
The text was updated successfully, but these errors were encountered: