From 6a4f7d5232eb44518420e956f6464ce306390fd3 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 28 Jan 2019 22:19:29 -0800 Subject: minor typo in esbulk container import --- extra/elasticsearch/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra') 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 -- cgit v1.2.3