aboutsummaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-01-28 22:19:29 -0800
committerBryan Newbold <bnewbold@robocracy.org>2019-01-28 22:19:29 -0800
commit6a4f7d5232eb44518420e956f6464ce306390fd3 (patch)
tree212199f6e2cbab0987204d120f233b4ec44598d7 /extra
parent12d8e1e1d72a04980ea1fab8412e2f630f69240f (diff)
downloadfatcat-6a4f7d5232eb44518420e956f6464ce306390fd3.tar.gz
fatcat-6a4f7d5232eb44518420e956f6464ce306390fd3.zip
minor typo in esbulk container import
Diffstat (limited to 'extra')
-rw-r--r--extra/elasticsearch/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/elasticsearch/README.md b/extra/elasticsearch/README.md
index 3e438841..6d39bfb3 100644
--- a/extra/elasticsearch/README.md
+++ b/extra/elasticsearch/README.md
@@ -58,7 +58,7 @@ Or, in a bulk production live-stream conversion:
export LC_ALL=C.UTF-8
time zcat /srv/fatcat/snapshots/release_export_expanded.json.gz | pv -l | ./fatcat_export.py transform-releases - - | esbulk -verbose -size 20000 -id ident -w 8 -index fatcat_release -type release
- time zcat /srv/fatcat/snapshots/container_export.json.gz | pv -l | ./fatcat_export.py transform-container - - | esbulk -verbose -size 20000 -id ident -w 8 -index fatcat_container -type container
+ time zcat /srv/fatcat/snapshots/container_export.json.gz | pv -l | ./fatcat_export.py transform-containers - - | esbulk -verbose -size 20000 -id ident -w 8 -index fatcat_container -type container
## Full-Text Querying