Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sai-pullabhotla opened this issue Aug 31, 2016 · 1 comment

Comments

@sai-pullabhotla
Copy link
Owner

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.

@lostpebble
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants