diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-28 22:19:29 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-28 22:19:29 -0800 |
commit | 6a4f7d5232eb44518420e956f6464ce306390fd3 (patch) | |
tree | 212199f6e2cbab0987204d120f233b4ec44598d7 /extra | |
parent | 12d8e1e1d72a04980ea1fab8412e2f630f69240f (diff) | |
download | fatcat-6a4f7d5232eb44518420e956f6464ce306390fd3.tar.gz fatcat-6a4f7d5232eb44518420e956f6464ce306390fd3.zip |
minor typo in esbulk container import
Diffstat (limited to 'extra')
-rw-r--r-- | extra/elasticsearch/README.md | 2 |
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 |