aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2022-01-18 19:51:42 -0800
committerBryan Newbold <bnewbold@archive.org>2022-01-18 19:51:42 -0800
commit694ecdf6ecf34f999bb4d862faef26a77aa970a1 (patch)
tree856226077fa5af8aba56be1749effcb10d75c279
parent2cf2c93d15a7860985e791ff87968e67033649d8 (diff)
downloadfatcat-scholar-694ecdf6ecf34f999bb4d862faef26a77aa970a1.tar.gz
fatcat-scholar-694ecdf6ecf34f999bb4d862faef26a77aa970a1.zip
settings: write to new scholar_fulltext index
-rw-r--r--settings.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.toml b/settings.toml
index 83be040..f75942d 100644
--- a/settings.toml
+++ b/settings.toml
@@ -68,7 +68,7 @@ ELASTICSEARCH_QUERY_BASE = "http://localhost:9292"
ELASTICSEARCH_QUERY_FULLTEXT_INDEX = "scholar_fulltext"
ELASTICSEARCH_QUERY_PREFERENCE = "_local"
ELASTICSEARCH_WRITE_BASE = "http://localhost:9200"
-ELASTICSEARCH_WRITE_FULLTEXT_INDEX = "scholar_fulltext_v01_20210128"
+ELASTICSEARCH_WRITE_FULLTEXT_INDEX = "scholar_fulltext_v01_20211208"
ELASTICSEARCH_PUBLIC_URL = "https://search.fatcat.wiki"
KAFKA_BROKERS = ["wbgrp-svc263.us.archive.org"]
ENABLE_GOATCOUNTER = true