Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 607 Bytes

File metadata and controls

20 lines (14 loc) · 607 Bytes

Google App Engine Standard Environment Search API Sample

This sample demonstrates how to use App Engine Search API.

See the Google App Engine Search API documentation for more detailed instructions.

Setup

  1. Update the <application> tag in src/main/webapp/WEB-INF/appengine-web.xml with your project name.
  2. Update the <version> tag in src/main/webapp/WEB-INF/appengine-web.xml with your version name.

Running locally

$ mvn appengine:devserver

Deploying

$ mvn appengine:update