appengine-search-python-java icon indicating copy to clipboard operation
appengine-search-python-java copied to clipboard

Examples showing how to use the App Engine Search API.

App Engine Search API examples

A set of examples showing how to use the App Engine Search API.

There are two simple examples, one written in Java (the java directory) and one written in Python (the python) directory. The product_search_python directory holds a more complex example— a product search app— written in Python.