1
votes

I'm using python bulk loader to load a csv file to appengine and I see that all properties are automatically indexed.

How can I leave some properties unindexed?

PD: I'm using the new configuration:

appcfg.py upload_data --config_file=bulkloader.yaml --filename=xxx.csv --kind=MyEntity --url=http://xxx.appspot.com/remote_api

1

1 Answers