/appengine-search-python-java

Examples showing how to use the App Engine Search API.

Primary LanguagePythonApache License 2.0Apache-2.0

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.