I have an Objectify Entity with a field declared as shown below
@Index
private @Load
Ref<Course> course;
but I cant use this field to search for the entities in the google cloud console because its not available in the drop down list of available parameters which can be used to filter. Note: This field was indexed after data had been added in the data store.
what could be the cause of this? do I have to alter the composite indexes?