简体   繁体   中英

How do I extract the indexes from my GAE server

I need to reteive the indexes, i am able to get datastore-indexes.xml but that doesn't contain the auto generated indexes.

I used the following command to download my app. and I the indexes in index.yaml but it is not in xml.

./appengine-java-sdk/bin/appcfg.sh download_app -A <your_app_id> -V <your_app_version> <output-dir>

Is it possible to get all the indexes in xml?

Auto generated indexes are in WEB-INF/appengine-generated/datastore-indexes-auto.xml. Here is explanation: https://developers.google.com/appengine/docs/java/config/indexconfig#Java_Using_automatic_index_configuration

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM