summaryrefslogtreecommitdiffstats
path: root/extra/elasticsearch/README.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-11-04 18:51:09 -0800
committerBryan Newbold <bnewbold@robocracy.org>2018-11-04 18:51:09 -0800
commit66953b184d9b664e15cd7d7fddcb250c2b767df5 (patch)
treee9841cbc26d6a0d21e9b236dcffd474632c66673 /extra/elasticsearch/README.md
parent881b46e3b1682974f48fc196f483c3fa2648b998 (diff)
downloadfatcat-66953b184d9b664e15cd7d7fddcb250c2b767df5.tar.gz
fatcat-66953b184d9b664e15cd7d7fddcb250c2b767df5.zip
note elastic plugin needed
Diffstat (limited to 'extra/elasticsearch/README.md')
-rw-r--r--extra/elasticsearch/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/elasticsearch/README.md b/extra/elasticsearch/README.md
index c94c3109..d5ac0c53 100644
--- a/extra/elasticsearch/README.md
+++ b/extra/elasticsearch/README.md
@@ -25,6 +25,16 @@ relation is *removed*. For example, if a file match against a given release is
removed, the old release elastic object needs to be updated to remove the file
from it's `files`.
+## Setting Up Elasticsearch
+
+We use elasticsearch version 6.x, with the `analysis-icu` plugin installed:
+
+ sudo /usr/share/elasticsearch/bin/elasticsearch-plugin install analysis-icu
+ sudo service elasticsearch restart
+
+If you can't install this plugin easily (eg, in a docker container), you can
+use the `no-plugin` variant (though, warning, it might not be up to date).
+
## Loading Data
Drop and rebuild the schema: