# Google App Engine Standard Environment Search API Sample **Java 7 runtime support on App Engine standard was [deprecated](https://cloud.google.com/appengine/docs/deprecations/java7) on December 13, 2017 and will be shut down entirely on January 16, 2019. It is replaced by the [Java 8 Runtime Environment](https://cloud.google.com/appengine/docs/standard/java/runtime-java8).** Open in Cloud Shell Samples for the Java 8 runtime can be found [here](/appengine-java8). This sample demonstrates how to use App Engine Search API. See the [Google App Engine Search API documentation][search-api-docs] for more detailed instructions. [search-api-docs]: https://cloud.google.com/appengine/docs/java/search/ ## Setup 1. Update the `` tag in `src/main/webapp/WEB-INF/appengine-web.xml` with your project name. 1. Update the `` tag in `src/main/webapp/WEB-INF/appengine-web.xml` with your version name. ## Running locally $ mvn appengine:devserver ## Deploying $ mvn appengine:update