catatumbo icon indicating copy to clipboard operation
catatumbo copied to clipboard

Enhance the Entity annotation to add index property that can be set to true or false

Open sai-pullabhotla opened this issue 9 years ago • 1 comments

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.

sai-pullabhotla avatar Aug 31 '16 18:08 sai-pullabhotla

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).

lostpebble avatar Oct 08 '17 15:10 lostpebble