Add samples for search API.
commit853564bef3de0ede9508e443112ee2217b7cea8a
authorcilvento@google.com <cilvento@google.com@99225164-8649-0410-878b-2ba91e509939>
Tue, 8 May 2012 20:49:00 +0000 (8 20:49 +0000)
committercilvento@google.com <cilvento@google.com@99225164-8649-0410-878b-2ba91e509939>
Tue, 8 May 2012 20:49:00 +0000 (8 20:49 +0000)
tree5905192efc2ff71b717ea187a5a704819e645e74
parentdd9d9554dfb1fc7219183e171da6f95136768465
Add samples for search API.

git-svn-id: http://google-app-engine-samples.googlecode.com/svn/trunk@155 99225164-8649-0410-878b-2ba91e509939
54 files changed:
search/java/BUILD [new file with mode: 0644]
search/java/COPYING [new file with mode: 0644]
search/java/README [new file with mode: 0644]
search/java/build.xml [new file with mode: 0644]
search/java/src/com/google/appengine/demos/search/TextSearchServlet.java [new file with mode: 0644]
search/java/war/WEB-INF/appengine-web.xml [new file with mode: 0644]
search/java/war/WEB-INF/lib/README [new file with mode: 0644]
search/java/war/WEB-INF/logging.properties [new file with mode: 0644]
search/java/war/WEB-INF/web.xml [new file with mode: 0644]
search/java/war/favicon.ico [new file with mode: 0644]
search/java/war/index.jsp [new file with mode: 0644]
search/java/war/redirect.jsp [new file with mode: 0644]
search/product_search_python/README [new file with mode: 0644]
search/product_search_python/admin.py [new file with mode: 0644]
search/product_search_python/admin_handlers.py [new file with mode: 0644]
search/product_search_python/app.yaml [new file with mode: 0644]
search/product_search_python/base_handler.py [new file with mode: 0644]
search/product_search_python/categories.py [new file with mode: 0644]
search/product_search_python/config.py [new file with mode: 0644]
search/product_search_python/cron.yaml [new file with mode: 0644]
search/product_search_python/data/sample_data_books.csv [new file with mode: 0644]
search/product_search_python/data/sample_data_books_update.csv [new file with mode: 0644]
search/product_search_python/data/sample_data_tvs.csv [new file with mode: 0644]
search/product_search_python/docs.py [new file with mode: 0644]
search/product_search_python/errors.py [new file with mode: 0644]
search/product_search_python/handlers.py [new file with mode: 0644]
search/product_search_python/main.py [new file with mode: 0644]
search/product_search_python/models.py [new file with mode: 0644]
search/product_search_python/queue.yaml [new file with mode: 0644]
search/product_search_python/sortoptions.py [new file with mode: 0644]
search/product_search_python/static/css/bootstrap.css [new file with mode: 0644]
search/product_search_python/static/css/byword.css [new file with mode: 0644]
search/product_search_python/static/css/main.css [new file with mode: 0644]
search/product_search_python/static/instrs.html [new file with mode: 0644]
search/product_search_python/templates/admin.html [new file with mode: 0644]
search/product_search_python/templates/base.html [new file with mode: 0644]
search/product_search_python/templates/create_product.html [new file with mode: 0644]
search/product_search_python/templates/index.html [new file with mode: 0644]
search/product_search_python/templates/notification.html [new file with mode: 0644]
search/product_search_python/templates/product.html [new file with mode: 0644]
search/product_search_python/templates/review.html [new file with mode: 0644]
search/product_search_python/templates/reviews.html [new file with mode: 0644]
search/product_search_python/tests/__init__.py [new file with mode: 0644]
search/product_search_python/tests/run_unittests.py [new file with mode: 0755]
search/product_search_python/tests/test_data/testdata.csv [new file with mode: 0644]
search/product_search_python/tests/test_errors.py [new file with mode: 0644]
search/product_search_python/tests/test_search.py [new file with mode: 0644]
search/product_search_python/utils.py [new file with mode: 0644]
search/python/app.yaml [new file with mode: 0644]
search/python/appengine_config.py [new file with mode: 0644]
search/python/index.html [new file with mode: 0644]
search/python/search_demo.py [new file with mode: 0644]
search/python/sortoptions.py [new file with mode: 0644]
search/python/static/css/main.css [new file with mode: 0644]