X Tutup
Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 965 Bytes

File metadata and controls

30 lines (20 loc) · 965 Bytes

Google App Engine Standard Environment Search API Sample

Open in Cloud Shell

This sample demonstrates how to use App Engine Search API.

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

Setup

  • gcloud init

Running locally

$ mvn appengine:run

Deploying

$ mvn clean package appengine:deploy

URI's

/search | Create a Search API Document /search/index | Index a document /search/delete | Delete a search document /search/option | Search w/ query options /search/search | Search for a document /search/schema | Display the schema of a document

X Tutup