[appengine-java] Objectify index question

2011-04-04 Thread Simon Knott
The simple answer is yes. The property index entries are created when the entity is persisted, unlike the query indexes which are built on deployment. I believe the advice would be to create a simple mapper job which touches all of the entities in the background. Cheers, Simon -- You receiv

[appengine-java] Objectify index question

2011-04-04 Thread Simon Knott
The simple answer is yes. The property index entries are created when the entity is persisted, unlike the query indexes which are built on deployment. I believe the advice would be to create a simple mapper job which touches all of the entities in the background. Cheers, Simon -- You receiv

[appengine-java] Objectify index question

2011-04-04 Thread gholler
If we index a field after many entities have already been created, how can we get the app engine to re-index all the data for the entity? Do we have to 'touch' (update) each and every instance of the entity to get the index build on that field so we can query using the console? G -- You received