diff options
| author | nitromaster101 <nitromaster101@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2> | 2009-06-18 23:37:50 +0000 |
|---|---|---|
| committer | nitromaster101 <nitromaster101@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2> | 2009-06-18 23:37:50 +0000 |
| commit | 9e79ac25dbf5a38cb64d2bda878c222b0516c035 (patch) | |
| tree | d77b2f88f19f9271039b94799067469e2b9f03c2 /examples/freebase-images-appengine/index.yaml | |
| parent | f05ce08c153f8657324c9072b35d4e1df12dfc37 (diff) | |
add appengine example -- freebase-images.appspot.com
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@104 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
Diffstat (limited to 'examples/freebase-images-appengine/index.yaml')
| -rw-r--r-- | examples/freebase-images-appengine/index.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/freebase-images-appengine/index.yaml b/examples/freebase-images-appengine/index.yaml new file mode 100644 index 0000000..c247d55 --- /dev/null +++ b/examples/freebase-images-appengine/index.yaml @@ -0,0 +1,18 @@ +indexes: + +# AUTOGENERATED + +# This index.yaml is automatically updated whenever the dev_appserver +# detects that a new type of query is run. If you want to manage the +# index.yaml file manually, remove the above marker line (the line +# saying "# AUTOGENERATED"). If you want to manage some indexes +# manually, move them above the marker line. The index.yaml file is +# automatically uploaded to the admin console when you next deploy +# your application using appcfg.py. + +# Used 16 times in query history. +- kind: Search + properties: + - name: author + - name: date + direction: desc |
