aboutsummaryrefslogtreecommitdiffstats
path: root/extra/elasticsearch
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-03-11 18:03:18 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-03-11 18:03:18 -0700
commit9f7f6f9446a431564b3d7e12e117f16cbf41a9fd (patch)
treef0d896b9962d5b426e32235deb5c9cf226cd6d9b /extra/elasticsearch
parent655f7060eb5b5e711a8a892cb1085639c4aa8fd2 (diff)
downloadfatcat-9f7f6f9446a431564b3d7e12e117f16cbf41a9fd.tar.gz
fatcat-9f7f6f9446a431564b3d7e12e117f16cbf41a9fd.zip
more integration of transform refactor
Diffstat (limited to 'extra/elasticsearch')
-rw-r--r--extra/elasticsearch/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/elasticsearch/README.md b/extra/elasticsearch/README.md
index 6d39bfb3..70da77e4 100644
--- a/extra/elasticsearch/README.md
+++ b/extra/elasticsearch/README.md
@@ -57,8 +57,8 @@ Bulk insert from a file on disk:
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-containers - - | esbulk -verbose -size 20000 -id ident -w 8 -index fatcat_container -type container
+ time zcat /srv/fatcat/snapshots/release_export_expanded.json.gz | pv -l | ./fatcat_transform.py elasticsearch-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_transform.py elasticsearch-containers - - | esbulk -verbose -size 20000 -id ident -w 8 -index fatcat_container -type container
## Full-Text Querying