aboutsummaryrefslogtreecommitdiffstats
path: root/extra/elasticsearch
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-01-29 21:57:32 -0800
committerBryan Newbold <bnewbold@robocracy.org>2020-01-29 21:59:05 -0800
commitd5d83762063b8ec7f512c20567f46c03f2e6b542 (patch)
tree8e836c4dedd169ee85512fbf9e273c64a4d8a4be /extra/elasticsearch
parentd58c3891ac2122dac53ced606568108f543f2d80 (diff)
downloadfatcat-d5d83762063b8ec7f512c20567f46c03f2e6b542.tar.gz
fatcat-d5d83762063b8ec7f512c20567f46c03f2e6b542.zip
update ES docs and proposal
Diffstat (limited to 'extra/elasticsearch')
-rw-r--r--extra/elasticsearch/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/elasticsearch/README.md b/extra/elasticsearch/README.md
index 3a48a178..3e0857b4 100644
--- a/extra/elasticsearch/README.md
+++ b/extra/elasticsearch/README.md
@@ -40,9 +40,11 @@ Drop and rebuild the schema:
http delete :9200/fatcat_release
http delete :9200/fatcat_container
+ http delete :9200/fatcat_file
http delete :9200/fatcat_changelog
http put :9200/fatcat_release < release_schema.json
http put :9200/fatcat_container < container_schema.json
+ http put :9200/fatcat_file < file_schema.json
http put :9200/fatcat_changelog < changelog_schema.json
Put a single object (good for debugging):