Currently my indexes are configured in a index.yaml file. But, how am I going to configure an index if the name of my Kind is created dynamically?
Thanks.
I suppose you mean you need to create index dynamically on run time. But as far as I know the only way to do so is via index.yaml and appcfg.py
So probably you need to setup another server which have the GAE SDK installed, also with Apache and say (php). What you do is when that another server receives a HTTP request (called from your app in GAE), it generates a new index.yaml automatically and execute appcfg.py in command line.